Okay, I'm making on sort of chat web site where people type messages in a text box and those messages are displayed via a repeater. The first column displays the typical User name + date and time o...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23721092.html
Zones:
ASP.NET,
C#Date Answered: 09/16/2008 Rating: 9.2 Views: 0
Okay I have a 3 tiered ASP .NET web system. I have my UI/Presentation Layer, a BusinessLogicLayer, and a DataAccessLayer. The project is set up as follows:
Root
App_Code
- Busine...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23664223.html
Using Asynchronous Pages in .Net 2.0 I am making a call to a web service. When the service call is complete and a new thread is assigned to the request, I can no longer access the values in HTTPCon...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23668202.html
Zones:
Visual C#Date Answered: 08/28/2008 Rating: 9.0 Views: 0
Hi All.
Have a nice day.
Session Varible and Css variable which one take more resource of server?
I did website two language, i am retriving all variable from database. Even Css file variable i ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/DHTML/Q_23757575.h...
I am dynamically creating a dropdown list and populating the list with xml values. The dropdown list gets display on the page (in a datagrid) correctly. However when the selection is changed. The S...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23835288.html
Hi,
I have a datagrid which is bound to a dataset. I have a new column [say FieldID] in the dataset. It is character field. I am adding this field to the datagrid (as hidden field) as follows ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_23845781.html
Zones:
ASP.NET,
C#Date Answered: 11/17/2008 Rating: 7.4 Views: 0
I have a text box (multi line) on my aspx page. This field needs to support only certain html tags (<B>.<U> and <i> and remove all other tags. The code-behind is C#. Any help with examples would...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23857964.html
Hello Experts,
I have a Text box server control (C#/ Asp .net) in which user can some plain text. How do i sanitize the user input to make sure that i has no html tags, potential script injectio...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23950254.html
I have a xml whoes size is in mb and it might go in GB as well, so I need some way to read it asynchronously or in a different thread and use the nodes which are already read from xml file so that ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24008931.html
I have xml which may contains some unclosed tags or any other issues.
Is there any way to read it with Parsing using c# or is it possible to read it till it is in correct format and igonor the tag...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_24009060.html