Enter Keywords:
1 - 10 of 35(0.037 seconds)
Sort By:
 
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...
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...
Zones: ASP.NET, Visual C#, .NET Fr…Date Answered: 08/21/2008 Rating: 8.5 Views: 0
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...
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 ...
Zones: DHTML, ASP.NET, Visual C#Date Answered: 09/24/2008 Rating: 9.3 Views: 0
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...
Zones: ASP.NET, .NET Programming, Date Answered: 10/23/2008 Rating: 8.9 Views: 0
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  ...
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...
Zones: Visual C#, ASP.NETDate Answered: 11/29/2008 Rating: 7.0 Views: 0
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...
Zones: Visual C#, C#, .NET Framewo…Date Answered: 12/15/2008 Rating: 8.0 Views: 15
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 ...
Zones: ASP.NET, Visual C#Date Answered: 12/28/2008 Rating: 7.4 Views: 0
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...
Zones: ASP.NET, Visual C#Date Answered: 01/28/2009 Rating: 7.0 Views: 0