Click here to Skip to main content
15,920,603 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Can a web application run with Web.Config Pin
Prasanta_Prince13-May-11 2:45
Prasanta_Prince13-May-11 2:45 
GeneralRe: Can a web application run with Web.Config Pin
Pete O'Hanlon16-May-11 2:28
mvePete O'Hanlon16-May-11 2:28 
GeneralRe: Can a web application run with Web.Config Pin
Jagz W16-May-11 6:06
professionalJagz W16-May-11 6:06 
GeneralRe: Can a web application run with Web.Config Pin
Pete O'Hanlon16-May-11 7:20
mvePete O'Hanlon16-May-11 7:20 
AnswerRe: Can a web application run without Web.Config Pin
AspDotNetDev13-May-11 10:33
protectorAspDotNetDev13-May-11 10:33 
AnswerRe: Can a web application run without Web.Config Pin
Ravi Sant13-May-11 10:44
Ravi Sant13-May-11 10:44 
AnswerRe: Can a web application run without Web.Config Pin
Parwej Ahamad15-May-11 17:16
professionalParwej Ahamad15-May-11 17:16 
AnswerRe: Can a web application run without Web.Config Pin
Prasanta_Prince15-May-11 20:54
Prasanta_Prince15-May-11 20:54 
QuestionDynamic Grid Pin
Ramkumar_S12-May-11 15:53
Ramkumar_S12-May-11 15:53 
AnswerRe: Dynamic Grid Pin
Andy_L_J12-May-11 21:33
Andy_L_J12-May-11 21:33 
QuestionHow can my hosted asp.net website access my local machine database Pin
akosidandan12-May-11 14:53
akosidandan12-May-11 14:53 
Questionword document in ASP.Net Pin
jashimu12-May-11 10:15
jashimu12-May-11 10:15 
QuestionDatagrid performance Pin
vanikanc12-May-11 9:56
vanikanc12-May-11 9:56 
AnswerRe: Datagrid performance Pin
David Mujica13-May-11 3:14
David Mujica13-May-11 3:14 
Sounds like you are filtering the data on the client side with the Grid. Not a good idea. Filter as much data as you can on the server so you are not sending 60,000 records to the client machine. This will avoid the grid timing out.
QuestionResizing images from SQL Database Pin
Aptiva Dave12-May-11 6:20
Aptiva Dave12-May-11 6:20 
AnswerRe: Resizing images from SQL Database Pin
AspDotNetDev12-May-11 7:22
protectorAspDotNetDev12-May-11 7:22 
GeneralRe: Resizing images from SQL Database Pin
Aptiva Dave12-May-11 8:00
Aptiva Dave12-May-11 8:00 
GeneralRe: Resizing images from SQL Database Pin
AspDotNetDev12-May-11 8:13
protectorAspDotNetDev12-May-11 8:13 
QuestionHow to get a timer in ASP.NET 2.0 w/o AJAX? Pin
Jun Du12-May-11 3:54
Jun Du12-May-11 3:54 
AnswerRe: How to get a timer in ASP.NET 2.0 w/o AJAX? Pin
Blue_Boy12-May-11 4:21
Blue_Boy12-May-11 4:21 
AnswerRe: How to get a timer in ASP.NET 2.0 w/o AJAX? Pin
AspDotNetDev12-May-11 7:04
protectorAspDotNetDev12-May-11 7:04 
Questiondelivery report and view report for mails Pin
vishnuvardhan8112-May-11 3:04
vishnuvardhan8112-May-11 3:04 
AnswerRe: delivery report and view report for mails Pin
Sandeep Mewara12-May-11 6:38
mveSandeep Mewara12-May-11 6:38 
Questionremove items from checkedlistbox using javascript Pin
vineesh v11-May-11 20:12
vineesh v11-May-11 20:12 
AnswerRe: remove items from checkedlistbox using javascript Pin
Hiren solanki11-May-11 20:40
Hiren solanki11-May-11 20:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.