I try to connect to remote SQL Server 2008 Express database from my ASP.NET web application but error throws:
I am trying to authenticate user using LDAP I am using this code: public bool IsAuthenticated(string domain, string username, string pwd)
I\'m hunting memory leaks in an asp.net website.One that I found was that the code wasn\'t releasing event handlers when controls were no longer needed.I went with the disposing pattern as shown on MS
I\'m try开发者_JAVA技巧ing to bind a RadComboBox to an ObjectDataSource whose select method returns a DataSet object.I get an error: \"\'FieldName\', is neither a DataColumn nor a DataRelation for tab
Helo Experts again. I have asked a question similar to this in the past. I was able to resolve it by removing gvRowDataBound completely from the code. This is similar code except I can\'t remove gvRo
I have a tricky requirem开发者_C百科ent to be able to merge PPT files on-the-fly in ASP.NET. I\'d like to avoid interop as I know it\'s not a good idea from ASP.NET.
There is a proxy server on the clients site that all external request must go through. I am calling an external w开发者_JAVA技巧eb service that needs the proxy settings.
Lets say I have two items: Cat Dog Is there anyway of comparing them easily to see difference between the two? I know I can get PublishedItemComparer which compares -Cat to -CatDB(being the pub
I am trying to sort an IQueryable object by a specific column via a string input. Calling .ToList() on the IQueryable and sorting via a list column works perfectly, however when sorting a date column
I am getting an incorrect repsonse after an update to a table. In my RowUpdating event I have the following code which builds an Update Parameter to call an SP to update a table. I must be doing somet