Top "Asp.net-3.5" questions

asp.

Do a database query on Textbox onblur event

I am using asp.net 3.5 with C#. I need to do a database lookup when a user enters ProductID in …

c# asp.net-3.5
Is there a way to render Partial Views in WebForms?

I'm touching an old WebForms project but I'm long gone from it and I'm now to used to MVC. I'm …

asp.net-3.5 webforms
Binding a List<string> to a Listview in asp.net 3.5

How do I bind a List to a in ASP.NET 3.5 <asp:ListView ID="lvDiagnosisCodes" runat="server"> <…

.net asp.net listview asp.net-3.5
Server returns blank pages with asp.net 3.5 on IIS6

I have a problem with site deployed on IIS6 sever. Here the problem, when I first deploy asp.net 3.5 site …

c# .net asp.net asp.net-3.5
Can I split system.serviceModel into a separate .config file?

I want to separate my system.serviceModel section of the web.config into a separate file to facilitate some environment …

wcf web-config asp.net-3.5
Making a short URL similar to TinyURL.com

I'm building a new web app that has a requirement to generate an internal short URL to be used in …

.net asp.net vb.net asp.net-3.5 short-url
Only one client can connect to named pipe

I am currently learning about named pipes in Windows using ASP.NET 3.5 and C#. I wrote a small server program …

c# asp.net-3.5 named-pipes
ASP.NET LinkButton OnClick Event Is Not Working On Home Page

I have a user control that handles logging a user in to my site. This user control is placed in …

asp.net-3.5 onclick linkbutton