Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top .NET Framework 2.0 Solutions: 126 - 145 of 145
null
I am using a standard asp.net textbox and when the users enter the data and put in carriage returns to space out paragraphs and I capture that data and store it to a SQL Server datatable, or a...
I have a web application which has about 100 pages. The programmer who did the job coded the project very poorly and it is subject sql injection through the URL itself. If someone know the tab...
How can I create a web application bilingual? I want to develop an web application in english as well as in Russion. Can anyone help me out in doing this. Thanks & Regards, Arunangshu ...
I have vb.net web services project. I would like to send multiple replies for a single web service request. How can this be achived?
Hi, I am using the following code to open a new pop up window and want to display my crystal report in new pop up window. I have some default values which I amstoring in session after rea...
Greetings :                 Can anyone recommend where to get asp.net component to display images from database source like the following link:  http://www.autotrader.com/fyc/vdp.jsp?ct=c&ca...
I need to make some sort of an EventViewer class, which will append some events in a file. and when necessary display the events to user. There could be up to 300 events per day, but usually i...
I'm using the XmlWriter class in .Net 2.0. I'm trying to write the following bit of XML (it's part of a larger thing, but this is where I'm having a problem). <Worksheet ss:Name="Sheet1"> ...
It is probably an easy one for an expert, but how do I get the same behavior of a normal textbox for the masked one? I want to have the text being selected(!) when tabbing to the field / ...
Is it possible to use .Net forms authentication on a site that has large number of ASP pages?
Hi, I want to write certified exam.Could you please suggest me which is better.I have gone through microsoft website and i came to know that MCSD is outdated.And this is for .net 1.1.I am usi...
Hi, I wrote a prgram in VB .Net (for 2.0 .Net framework). The program was working fine on a Windows 2000 server, the server was upgraded to Windows 2003. When the program now runs after th...
I am migratting a vb6 application to a asp.net application, in the original app I used a simple form with CRViewer control and it receives the data to show and also the report name. I need to...
I forgot to associate a work item with a check in.  I have had about 5 check-ins since then.  Is there any way i can go to that particular work item and assocaite a check-in (or go to the chec...
I have a msi package program and also I have downloaded the setup bootstrapper  I complie my project and place the msi file and the setup.exe in the same file. I also changed the directory in ...
adding two dropdownlistboxes in one datagridview cell
Hi, I have had a few issues with .net 2.0 and need to uninstall and reinstall the software.  Is there a good way of doing this? Regards, Tom
I have a datalist control that when some text box fields are filled out, a certain sql statement is executed and a query is populated.   The results appear when the person hits a search tha...
I used the below code to export two gridviews on a button click  to excel sheet.the code was working fine and the only problem i had was the contents doesnot autofit inside excel sheet.i have ...
I have a Web site that has this code of the CS page  {                 string title = user.getResourceTitle(file.Substring(file.LastIndexOf("\\") + 1));                 plcLinks.Controls....