Crystal Reports XI
can I make a report on Crystal reports 11 and then run on the aspnet 2008
Answer Question
| April 1, 2009 10:22 AM
ASP.NET, Crystal Reports, Crystal Reports XI
can I make a report on Crystal reports 11 and then run on the aspnet 2008
Integrated Windows Authentication prompts for username and password
I have an ASPX site programmed in C# using Integrated Windows Authentication in IIS6. Everytime a user tries to access the site, it prompts them for a username and password. How do you make the site use the local login credentials when accessing the site?
Answer Question
| March 30, 2009 12:03 AM
ASP.NET, C#, IIS 6.0, Integrated Windows Authentication, Web development
I have an ASPX site programmed in C# using Integrated Windows Authentication in IIS6. Everytime a user tries to access the site, it prompts them for a username and password. How do you make the site use the local login credentials when accessing the site?
web.sitemap localization
i have one sitemap file this is a part of sitemap file <?xml version=”1.0″ encoding=”utf-8″ ?> <siteMap xmlns=”http://schemas.microsoft.com/AspNet/SiteMap-File-1.0″ > <siteMapNode url=”~/Index.aspx?id=Home” title=”Dashboard” description=”"> <!– Catalog Management–> <siteMapNode url=”~/Index.aspx?id=CategoryHome&category=CatalogManagement” title=”Catalog Management” description=”"> <siteMapNode url=”~/Index.aspx?id=ProductManager” title=”Products” description=”"> My resource file name is globalres.resx any one tell me how to do this
Answer Question
| March 24, 2009 11:18 AM
ASP.NET, C#, Web development, XML Sitemap
i have one sitemap file this is a part of sitemap file <?xml version=”1.0″ encoding=”utf-8″ ?> <siteMap xmlns=”http://schemas.microsoft.com/AspNet/SiteMap-File-1.0″ > <siteMapNode url=”~/Index.aspx?id=Home” title=”Dashboard” description=”"> <!– Catalog Management–> <siteMapNode url=”~/Index.aspx?id=CategoryHome&category=CatalogManagement” title=”Catalog Management” description=”"> <siteMapNode url=”~/Index.aspx?id=ProductManager” title=”Products” description=”"> My resource file name is globalres.resx any one tell me how to do this
To send SMS through Web services using ASP.NET coding
Is it Possible to send a sms to a mobile phone using asp.net visual c# coding through web service. If it is,please send me the procedure to do that
Answer Question
| March 11, 2011 7:15 AM
ASP.NET, C#, Mobile development, Mobile messaging, SMS Messages, Web services
Is it Possible to send a sms to a mobile phone using asp.net visual c# coding through web service. If it is,please send me the procedure to do that
How to send SMS messages via ASP.NET using laptop’s tethered modem
I want to send sms through my asp.net vb code by connecting modem or cell to my computer using usb port. I came to know that sms can be send 1. gsm modem 2. using web service provided by 3rd party or 3. using sms gate way provided by 3rd party. so I want to [...]
Answer Question
| June 18, 2010 8:15 AM
ASP.NET, Mobile messaging, Short Message Service, SMS Messages
I want to send sms through my asp.net vb code by connecting modem or cell to my computer using usb port. I came to know that sms can be send 1. gsm modem 2. using web service provided by 3rd party or 3. using sms gate way provided by 3rd party. so I want to [...]
Proper log out in ASP.NET
proper log out in ASP.NET
Answer Question
| March 12, 2009 10:26 AM
ASP.NET, ASP.NET authentication, ASP.NET membership
proper log out in ASP.NET
Hiding query string in ASP.NET 3.5 application
Hi.. Can any one tell me how can i hide query string from address bar of web browsers, due to secourity reasions…. I know i can pass data from one page to another page thruogh sessions but this time i need to do this through query string.. so please tell me how i can do [...]
Answer Question
| April 14, 2009 10:21 AM
ASP.NET, ASP.NET 3.5, ASP.NET Web applications, Session value, URL parameters, Web development
Hi.. Can any one tell me how can i hide query string from address bar of web browsers, due to secourity reasions…. I know i can pass data from one page to another page thruogh sessions but this time i need to do this through query string.. so please tell me how i can do [...]
Button must be selected twice to display hidden controls
Hello, I have this issue with ASP.Net where i have to click my link button twice to get my controls to display. Can anyone take a look at my code to tell me why? This is a somewhat urgent request. My goal is to only show the footer row when one of the linkbuttons are [...]
Answer Question
| February 24, 2009 9:53 PM
ASP.NET, ASP.NET 2.0, ASP.NET 3.5, ASPX, VB.NET
Hello, I have this issue with ASP.Net where i have to click my link button twice to get my controls to display. Can anyone take a look at my code to tell me why? This is a somewhat urgent request. My goal is to only show the footer row when one of the linkbuttons are [...]
Update one database from another database with ASP.NET
I want to update my database from another database when it change.Thank for your answers
Answer Question
| February 20, 2009 9:13 AM
ASP.NET, Database programming, Multiple databases, Web development
I want to update my database from another database when it change.Thank for your answers
How to save data in SharePoint Services
Hi My company is just getting into SharePoint Services and I been asked to quote on a specific task, which I haven’t had any luck finding any articles about. What I need to achieve is how to create a form which users fill out, the details are saved to the SharePoint database and then an [...]
Answer Question
| February 19, 2009 12:36 PM
ASP.NET, SharePoint, SharePoint development, SharePoint Services, Web development
Hi My company is just getting into SharePoint Services and I been asked to quote on a specific task, which I haven’t had any luck finding any articles about. What I need to achieve is how to create a form which users fill out, the details are saved to the SharePoint database and then an [...]
ASP.NET and Multiple Access Databases Open
Dear Colleagues Please could you help me? Is it possible to have an ASP .Net Web application with multiple (7) large MS Access 2000 databases open simultaneously. When I heard this I was surprised because there could be dozens of users each using up to 7 large and disparate Access databases simultaneously. Please help? Thank [...]
Answer Question
| February 9, 2009 10:13 PM
.NET applications, ASP.NET, Concurrent database connections, Concurrent users, Database connectivity, Microsoft Access, Multiple databases, Web development
Dear Colleagues Please could you help me? Is it possible to have an ASP .Net Web application with multiple (7) large MS Access 2000 databases open simultaneously. When I heard this I was surprised because there could be dozens of users each using up to 7 large and disparate Access databases simultaneously. Please help? Thank [...]
Workflow ending in slow server environment ASP.NET
Hi, I have a problem in my workflow where the workflow ends when its running in a slow environment. Its a state machine workflow using xoml files. My problem is the following: The client has been facing problems were the workflow ends prematurely. This occurs at random times. After looking into this I found that [...]
Answer Question
| January 26, 2009 10:04 AM
ASP.NET, ASP.NET workflow applications, Web development, Windows Workflow Foundation
Hi, I have a problem in my workflow where the workflow ends when its running in a slow environment. Its a state machine workflow using xoml files. My problem is the following: The client has been facing problems were the workflow ends prematurely. This occurs at random times. After looking into this I found that [...]
Absolute Positioning of controls in ASP.NET 3.5
hi can one clarify the following query,”HOW TO MOVE CONTROLS FREELY ON ASP.NET3.5 WEBPAGE”
Answer Question
| June 11, 2012 11:32 AM
Active Server Pages, ASP.NET, ASP.NET3.5, Interface design, Web development
hi can one clarify the following query,”HOW TO MOVE CONTROLS FREELY ON ASP.NET3.5 WEBPAGE”
How to import Microsoft Access to SQL Server 2005
hi, while i am importing database MS-Access to sql server 2005 its could not importing its Showing like this: The operation could not be completed. Additional information: -> Not a valid password.(Microsoft JET Database Engine) What to do? can you give the solution. Thanks, Deepa
Answer Question
| December 2, 2008 4:41 PM
ASP.NET, C#, Microsoft Access, Microsoft Access import/export, SQL Server 2005, SQL Server 2005 import/export, SQL Server 2005 migration, SQL Server migration, Web development
hi, while i am importing database MS-Access to sql server 2005 its could not importing its Showing like this: The operation could not be completed. Additional information: -> Not a valid password.(Microsoft JET Database Engine) What to do? can you give the solution. Thanks, Deepa
Logon failed in ASP.NET
hi , i m new in asp.net 2.0 with C#, i have some logon failed problem when exporting crystal report to pdf . code mention below ******************************* CrystalDecisions.Shared.TableLogOnInfo table = new CrystalDecisions.Shared.TableLogOnInfo(); CrystalDecisions.Shared.TableLogOnInfos tables = new CrystalDecisions.Shared.TableLogOnInfos(); CrystalDecisions.Shared.ConnectionInfo connn = new ConnectionInfo(); connn.ServerName = “10.3.1.178″; connn.UserID = “sa”; connn.Password = “sa”; connn.DatabaseName = “perdb”; ReportDocument [...]
Answer Question
| December 1, 2008 6:03 AM
ASP.NET, ASP.NET 2.0, C#, Crystal Decisions, Crystal Reports, Web development
hi , i m new in asp.net 2.0 with C#, i have some logon failed problem when exporting crystal report to pdf . code mention below ******************************* CrystalDecisions.Shared.TableLogOnInfo table = new CrystalDecisions.Shared.TableLogOnInfo(); CrystalDecisions.Shared.TableLogOnInfos tables = new CrystalDecisions.Shared.TableLogOnInfos(); CrystalDecisions.Shared.ConnectionInfo connn = new ConnectionInfo(); connn.ServerName = “10.3.1.178″; connn.UserID = “sa”; connn.Password = “sa”; connn.DatabaseName = “perdb”; ReportDocument [...]
ASP.NET web application QueryForm Connect to Crystal Reports 2008
Hello, I am developing a web based reports application with Visual Studio 2008, ASP.NET and C# language. The Crystal Reports 2008 is the Data Provider and gives data to XCelsius Visual Advantage to generate the reports based on the Xecelsius model developed. Now the Parameters for generating the new report each time are sent from [...]
Answer Question
| November 12, 2008 10:12 PM
ASP.NET, ASP.NET Web applications, Crystal Reports 2008, XCelsius 2008
Hello, I am developing a web based reports application with Visual Studio 2008, ASP.NET and C# language. The Crystal Reports 2008 is the Data Provider and gives data to XCelsius Visual Advantage to generate the reports based on the Xecelsius model developed. Now the Parameters for generating the new report each time are sent from [...]
Export from database to Excel and filter by DropDownList
please provide me with all information on how to export my data to an excel sheet and how to filter the data using a dropdownlist (asp.net)
Answer Question
| November 11, 2008 11:33 AM
Active Server Pages, ASP.NET, Database import/export, DropDownList, Microsoft Excel, Microsoft Excel import/export
please provide me with all information on how to export my data to an excel sheet and how to filter the data using a dropdownlist (asp.net)
Data retrieval from TextBox and insert in to database
Hi i am learning c#2008 and asp.net3.5. I want to get data from my textbox control and insert it in database so i cant find any source code or presentation so please tell me how to do it or give me site address where i can find this Thanks
Answer Question
| April 15, 2010 10:33 AM
ASP.NET, ASP.NET 3.5, C#, C# 2008, Database connectivity, Database programming, SQL connectivity, SQL Server 2005, SQL Server 2005 connectivity, TextBox
Hi i am learning c#2008 and asp.net3.5. I want to get data from my textbox control and insert it in database so i cant find any source code or presentation so please tell me how to do it or give me site address where i can find this Thanks
ASP
When i am connecting with my database through in asp progrem, automtically one record created in a table and all the fields containes #Deleted, Please help to solve this problem.
Answer Question
| November 10, 2008 4:18 AM
Active Server Pages, ASP, ASP.NET, ASP.NET Web applications, Web applications, Web programming
When i am connecting with my database through in asp progrem, automtically one record created in a table and all the fields containes #Deleted, Please help to solve this problem.
Writing a stored procedure to insert an ASP.net file into a SQL database
I need to write a stored procedure to insert into a SQL database the contents of a file that has been in read in ASP.net. How would I do this?
Answer Question
| November 10, 2008 3:37 PM
ASP.NET, SQL Database, SQL Server stored procedures
I need to write a stored procedure to insert into a SQL database the contents of a file that has been in read in ASP.net. How would I do this?





