Click here to Skip to main content
15,897,095 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dropdown SelectedIndex Pin
N a v a n e e t h13-Aug-07 3:49
N a v a n e e t h13-Aug-07 3:49 
GeneralRe: Dropdown SelectedIndex Pin
Nick.cheng.liu13-Aug-07 7:05
Nick.cheng.liu13-Aug-07 7:05 
QuestionExport Html table into Xls format Pin
Mustakim Mansuri13-Aug-07 0:44
Mustakim Mansuri13-Aug-07 0:44 
Questionsession state problem Pin
Kissy1613-Aug-07 0:44
Kissy1613-Aug-07 0:44 
AnswerRe: session state problem Pin
kubben13-Aug-07 3:03
kubben13-Aug-07 3:03 
GeneralRe: session state problem Pin
naveen attri12-Jul-09 23:21
naveen attri12-Jul-09 23:21 
QuestionWhen press Enter move to next field? Pin
fmlove13-Aug-07 0:30
fmlove13-Aug-07 0:30 
AnswerRe: When press Enter move to next field? Pin
N a v a n e e t h13-Aug-07 0:52
N a v a n e e t h13-Aug-07 0:52 
fmlove wrote:
when i press enter on a textbox cursor move to next textbox


Ascii value for enter key is 13. You need to write OnKeyDown javascript event for your textbox and call function. Check event.KeyCode is 13, if yes use controlname.focus() to set focus to other textbox.


QuestionASP.NET AAND WRITE EXCEL Pin
S A R I T H13-Aug-07 0:23
S A R I T H13-Aug-07 0:23 
AnswerRe: ASP.NET AAND WRITE EXCEL Pin
soneliso13-Aug-07 1:03
soneliso13-Aug-07 1:03 
QuestionObject reference not set to an instance of an object Pin
kirthikirthi12-Aug-07 23:52
kirthikirthi12-Aug-07 23:52 
AnswerRe: Object reference not set to an instance of an object Pin
Christian Graus13-Aug-07 0:08
protectorChristian Graus13-Aug-07 0:08 
GeneralRe: Object reference not set to an instance of an object [modified] Pin
kirthikirthi13-Aug-07 0:27
kirthikirthi13-Aug-07 0:27 
GeneralRe: Object reference not set to an instance of an object Pin
VanithaVasu13-Aug-07 1:59
VanithaVasu13-Aug-07 1:59 
QuestionRead Excel Using ASP.NET Pin
S A R I T H12-Aug-07 23:33
S A R I T H12-Aug-07 23:33 
AnswerRe: Read Excel Using ASP.NET Pin
Blue_Boy12-Aug-07 23:59
Blue_Boy12-Aug-07 23:59 
GeneralRe: Read Excel Using ASP.NET Pin
S A R I T H13-Aug-07 0:07
S A R I T H13-Aug-07 0:07 
GeneralRe: Read Excel Using ASP.NET Pin
Blue_Boy13-Aug-07 0:46
Blue_Boy13-Aug-07 0:46 
AnswerRe: Read Excel Using ASP.NET Pin
John-ph13-Aug-07 0:41
John-ph13-Aug-07 0:41 
QuestionSqlDataSource multiple fiters Pin
JacquesDP12-Aug-07 23:27
JacquesDP12-Aug-07 23:27 
AnswerRe: SqlDataSource multiple fiters Pin
JacquesDP13-Aug-07 1:46
JacquesDP13-Aug-07 1:46 
QuestionSession end does not fire Pin
soneliso12-Aug-07 23:26
soneliso12-Aug-07 23:26 
AnswerRe: Session end does not fire Pin
N a r e s h P a t e l13-Aug-07 0:29
N a r e s h P a t e l13-Aug-07 0:29 
GeneralRe: Session end does not fire Pin
soneliso13-Aug-07 0:39
soneliso13-Aug-07 0:39 
GeneralRe: Session end does not fire Pin
N a r e s h P a t e l13-Aug-07 0:45
N a r e s h P a t e l13-Aug-07 0:45 

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.