Click here to Skip to main content
15,916,288 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to convert English date inot Islamic date Pin
MHASSANF21-Jul-06 21:03
MHASSANF21-Jul-06 21:03 
AnswerRe: how to convert English date inot Islamic date Pin
VenkataRamana.Gali21-Jul-06 21:10
VenkataRamana.Gali21-Jul-06 21:10 
QuestionTo resize a datagrid(web appln using asp.net) in Vb.net Pin
micydon21-Jul-06 18:34
micydon21-Jul-06 18:34 
Questionasp and flash Pin
locaas21-Jul-06 13:06
locaas21-Jul-06 13:06 
QuestionPublish website. No output Pin
Mircea Grelus21-Jul-06 13:03
Mircea Grelus21-Jul-06 13:03 
AnswerRe: Publish website. No output Pin
minhpc_bk21-Jul-06 17:45
minhpc_bk21-Jul-06 17:45 
GeneralRe: Publish website. No output Pin
Mircea Grelus21-Jul-06 22:27
Mircea Grelus21-Jul-06 22:27 
AnswerRe: Publish website. No output Pin
Mircea Grelus22-Jul-06 0:10
Mircea Grelus22-Jul-06 0:10 
GeneralRe: Publish website. No output Pin
minhpc_bk22-Jul-06 21:13
minhpc_bk22-Jul-06 21:13 
GeneralRe: Publish website. No output Pin
Mircea Grelus23-Jul-06 1:15
Mircea Grelus23-Jul-06 1:15 
QuestionDynamic controls Pin
vivsriaus21-Jul-06 13:01
vivsriaus21-Jul-06 13:01 
AnswerRe: Dynamic controls Pin
Grapes-R-Fun21-Jul-06 14:14
Grapes-R-Fun21-Jul-06 14:14 
AnswerRe: Dynamic controls Pin
minhpc_bk21-Jul-06 17:27
minhpc_bk21-Jul-06 17:27 
GeneralRe: Dynamic controls Pin
vivsriaus22-Jul-06 4:42
vivsriaus22-Jul-06 4:42 
QuestionCall static method of user control (ascx) prior to loading it in the Page Pin
Mircea Grelus21-Jul-06 10:27
Mircea Grelus21-Jul-06 10:27 
AnswerRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Frank Kerrigan21-Jul-06 13:09
Frank Kerrigan21-Jul-06 13:09 
GeneralRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Mircea Grelus21-Jul-06 13:12
Mircea Grelus21-Jul-06 13:12 
GeneralRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Frank Kerrigan21-Jul-06 23:11
Frank Kerrigan21-Jul-06 23:11 
AnswerRe: Call static method of user control (ascx) prior to loading it in the Page Pin
minhpc_bk21-Jul-06 18:00
minhpc_bk21-Jul-06 18:00 
AnswerRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Mircea Grelus22-Jul-06 5:51
Mircea Grelus22-Jul-06 5:51 
GeneralRe: Call static method of user control (ascx) prior to loading it in the Page Pin
minhpc_bk22-Jul-06 21:11
minhpc_bk22-Jul-06 21:11 
GeneralRe: Call static method of user control (ascx) prior to loading it in the Page Pin
Mircea Grelus23-Jul-06 1:20
Mircea Grelus23-Jul-06 1:20 
Questiontriggering javascript confirm dialog via a function (not button event) Pin
jszpila21-Jul-06 10:24
jszpila21-Jul-06 10:24 
AnswerRe: triggering javascript confirm dialog via a function (not button event) Pin
Grapes-R-Fun21-Jul-06 14:34
Grapes-R-Fun21-Jul-06 14:34 
You could write two functions in form of a string, one is your confirm, and the other is the function that will capture the confirm value (val1, val2, etc). Then on the server side you will have to implement ICallbackEventHandler interface, incorporate the two methods that come with it (GetCallbackResult, and RaiseCallbackEvent).

Next, register your javascript(RegisterClientScriptBlock), then tie them all up in a string that holds the value of 'GetCallbackEventReference'. Once that's done, then you will want to add the GetCallbackEventReference string to a control's "onclick" attribute, OR you can place it within yet another javascript that will get triggered at some point in time... I know, this sounds a little confusing, but maybe if you give me the specifics of your project I could try to write it for you (I just did something very similar to this yesterday and it worked!)

Nila Fridley

GeneralRe: triggering javascript confirm dialog via a function (not button event) Pin
RichardGrimmer23-Jul-06 8:26
RichardGrimmer23-Jul-06 8:26 

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.