Click here to Skip to main content
15,915,975 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: define a big field in sqlserver????????? Pin
pmarfleet17-Oct-07 11:53
pmarfleet17-Oct-07 11:53 
QuestionHow to disable autocomplete feature ? Pin
devboycpp17-Oct-07 10:21
devboycpp17-Oct-07 10:21 
QuestionHow is web.config handled? Pin
#realJSOP17-Oct-07 10:03
professional#realJSOP17-Oct-07 10:03 
AnswerRe: How is web.config handled? Pin
Christian Graus17-Oct-07 10:31
protectorChristian Graus17-Oct-07 10:31 
QuestionEncrypted web.config in IDE Pin
#realJSOP17-Oct-07 9:17
professional#realJSOP17-Oct-07 9:17 
AnswerRe: Encrypted web.config in IDE Pin
N a v a n e e t h17-Oct-07 18:32
N a v a n e e t h17-Oct-07 18:32 
Questionpage post back problem in asp.net Pin
yogesh_softworld12317-Oct-07 7:35
yogesh_softworld12317-Oct-07 7:35 
AnswerRe: page post back problem in asp.net Pin
Christian Graus17-Oct-07 10:33
protectorChristian Graus17-Oct-07 10:33 
This gets asked at least once a week. Your drop down is data bound, and you're binding to it in your page load. When you data bind, your selection is lost, as the old data is lost, even if it was the same. Put the code in a !IsPostback block so it only populates the first time the page loads.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: page post back problem in asp.net Pin
mr.mohsen17-Oct-07 10:34
mr.mohsen17-Oct-07 10:34 
AnswerRe: page post back problem in asp.net Pin
karthidheena17-Oct-07 19:44
karthidheena17-Oct-07 19:44 
QuestionDisplaying editable data in a table Pin
prickard17-Oct-07 7:25
prickard17-Oct-07 7:25 
Questionhow to redirect from login page? Pin
Nada Adel17-Oct-07 6:12
Nada Adel17-Oct-07 6:12 
AnswerRe: how to redirect from login page? Pin
bug_aonz17-Oct-07 16:30
bug_aonz17-Oct-07 16:30 
QuestionHow to persist fileupload server control's filename while postback occurs Pin
Tejesh Kamble17-Oct-07 4:51
Tejesh Kamble17-Oct-07 4:51 
AnswerRe: How to persist fileupload server control's filename while postback occurs Pin
N a v a n e e t h17-Oct-07 18:34
N a v a n e e t h17-Oct-07 18:34 
GeneralRe: How to persist fileupload server control's filename while postback occurs Pin
Tejesh Kamble17-Oct-07 21:03
Tejesh Kamble17-Oct-07 21:03 
QuestionCannot print/export Crystal Reports except in dev Pin
BuktSeat17-Oct-07 4:36
BuktSeat17-Oct-07 4:36 
QuestionValidate NT user in Asp.Net Web page Pin
Elena200617-Oct-07 4:06
Elena200617-Oct-07 4:06 
QuestionHide first row in datagrid Pin
jebin k17-Oct-07 3:57
jebin k17-Oct-07 3:57 
AnswerRe: Hide first row in datagrid Pin
Sandeep Kumar17-Oct-07 4:05
Sandeep Kumar17-Oct-07 4:05 
GeneralRe: Hide first row in datagrid Pin
jebin k17-Oct-07 4:19
jebin k17-Oct-07 4:19 
QuestionJavascript Problem Pin
Kurian_Kurian17-Oct-07 3:46
Kurian_Kurian17-Oct-07 3:46 
AnswerRe: Javascript Problem Pin
Sandeep Kumar17-Oct-07 3:56
Sandeep Kumar17-Oct-07 3:56 
GeneralRe: Javascript Problem Pin
Kurian_Kurian17-Oct-07 4:21
Kurian_Kurian17-Oct-07 4:21 
GeneralRe: Javascript Problem Pin
Sandeep Kumar17-Oct-07 4:23
Sandeep Kumar17-Oct-07 4:23 

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.