Click here to Skip to main content
15,902,447 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIs there a way to verify the caching ... Pin
Arindam Tewary27-Dec-06 0:32
professionalArindam Tewary27-Dec-06 0:32 
QuestionVirtualFile - Seems to be caching. Pin
Tristan Rhodes27-Dec-06 0:05
Tristan Rhodes27-Dec-06 0:05 
Questionasp.net Error Code 1460: timeout Pin
P. S. Pundeer26-Dec-06 23:30
P. S. Pundeer26-Dec-06 23:30 
AnswerRe: asp.net Error Code 1460: timeout Pin
Arindam Tewary26-Dec-06 23:43
professionalArindam Tewary26-Dec-06 23:43 
GeneralRe: asp.net Error Code 1460: timeout Pin
P. S. Pundeer27-Dec-06 0:41
P. S. Pundeer27-Dec-06 0:41 
GeneralRe: asp.net Error Code 1460: timeout Pin
Arindam Tewary27-Dec-06 0:56
professionalArindam Tewary27-Dec-06 0:56 
QuestionTto use combobox from Javascript function Pin
indian14326-Dec-06 22:21
indian14326-Dec-06 22:21 
AnswerRe: Tto use combobox from Javascript function Pin
asithangae26-Dec-06 22:49
asithangae26-Dec-06 22:49 
use this way, it will work.
 <br />
ddlMonRes.Attributes.Add("onchange", "GetDayOfMonth1();") <br />

dont forget to set auto postback to false, otherwise it will be postback to server every time you change that.


otherwise use onclick in the place of onchange and handle the index changing manually and try your code.

you can get selected index by the property cntl.selectedIndex
QuestionClient Side DataSet Operations Pin
peter rankel26-Dec-06 22:12
peter rankel26-Dec-06 22:12 
AnswerRe: Client Side DataSet Operations Pin
Paddy Boyd26-Dec-06 23:25
Paddy Boyd26-Dec-06 23:25 
QuestionSMTP Mail Sending Problem.....? Pin
fmlove26-Dec-06 19:33
fmlove26-Dec-06 19:33 
AnswerRe: SMTP Mail Sending Problem.....? Pin
zahra yousefi26-Dec-06 20:19
zahra yousefi26-Dec-06 20:19 
AnswerRe: SMTP Mail Sending Problem.....? Pin
Venkatesh Mookkan27-Dec-06 15:53
Venkatesh Mookkan27-Dec-06 15:53 
GeneralRe: SMTP Mail Sending Problem.....? Pin
fmlove27-Dec-06 18:42
fmlove27-Dec-06 18:42 
GeneralRe: SMTP Mail Sending Problem.....? Pin
Venkatesh Mookkan28-Dec-06 19:41
Venkatesh Mookkan28-Dec-06 19:41 
QuestionSessions Pin
sowmya_044426-Dec-06 19:22
sowmya_044426-Dec-06 19:22 
AnswerRe: Sessions Pin
Venkatesh Mookkan27-Dec-06 15:58
Venkatesh Mookkan27-Dec-06 15:58 
Questiontrusted Web Hosting Pin
TheEagle26-Dec-06 18:56
TheEagle26-Dec-06 18:56 
QuestionDownLoad Using JavaScript Pin
nannapanenikamalnath26-Dec-06 18:08
nannapanenikamalnath26-Dec-06 18:08 
AnswerRe: DownLoad Using JavaScript Pin
m.rastgar26-Dec-06 19:29
m.rastgar26-Dec-06 19:29 
GeneralRe: DownLoad Using JavaScript Pin
nannapanenikamalnath26-Dec-06 23:17
nannapanenikamalnath26-Dec-06 23:17 
GeneralRe: DownLoad Using JavaScript Pin
nannapanenikamalnath26-Dec-06 23:19
nannapanenikamalnath26-Dec-06 23:19 
GeneralRe: DownLoad Using JavaScript Pin
Paddy Boyd26-Dec-06 23:27
Paddy Boyd26-Dec-06 23:27 
GeneralRe: DownLoad Using JavaScript Pin
nannapanenikamalnath27-Dec-06 19:53
nannapanenikamalnath27-Dec-06 19:53 
QuestionCan anybody help me to use combobox from Javascript function [modified] Pin
indian14326-Dec-06 17:58
indian14326-Dec-06 17:58 

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.