Click here to Skip to main content
15,919,479 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Asychronous call to URL behind the scene without redirecting to the page Pin
Amvir29-Jul-07 20:25
Amvir29-Jul-07 20:25 
GeneralRe: Asychronous call to URL behind the scene without redirecting to the page Pin
Brady Kelly29-Jul-07 21:51
Brady Kelly29-Jul-07 21:51 
QuestionHyperlink and AJAX ModalPopup Pin
h@s@n28-Jul-07 2:15
h@s@n28-Jul-07 2:15 
QuestionColor html document Printing Pin
rahul21nov28-Jul-07 2:06
rahul21nov28-Jul-07 2:06 
AnswerRe: Color html document Printing Pin
Blue_Boy28-Jul-07 2:15
Blue_Boy28-Jul-07 2:15 
QuestionReteriving data from database Pin
h@s@n28-Jul-07 2:06
h@s@n28-Jul-07 2:06 
QuestionMaster Page Problem Pin
Mahesh.J28-Jul-07 1:08
Mahesh.J28-Jul-07 1:08 
AnswerRe: Master Page Problem [modified] Pin
wk63328-Jul-07 6:30
wk63328-Jul-07 6:30 
You want the .ClientID So on the server side you have code to set a client side variable = myControl.ClientID

something like:

Dim JSString As String = "var myControlID = " & myControl.ClientID & ";"

and on the client side you can refer to myControlID.


-- modified at 12:35 Saturday 28th July, 2007
(and obiously you have to Register that JSString so it shows up on the client side)
QuestionASPNET Error Pin
#realJSOP28-Jul-07 0:59
professional#realJSOP28-Jul-07 0:59 
AnswerRe: ASPNET Error Pin
Christian Graus28-Jul-07 12:08
protectorChristian Graus28-Jul-07 12:08 
Questionwant to create pop up windows Pin
ooooooooppppppss28-Jul-07 0:27
ooooooooppppppss28-Jul-07 0:27 
AnswerRe: want to create pop up windows Pin
Christian Graus28-Jul-07 12:20
protectorChristian Graus28-Jul-07 12:20 
QuestionTo Populate the values from a UltraWebGrid to a textbox Pin
codingrocks27-Jul-07 23:26
codingrocks27-Jul-07 23:26 
Questioncheckboxlist problem Pin
imranafsari27-Jul-07 23:01
imranafsari27-Jul-07 23:01 
AnswerRe: checkboxlist problem Pin
Christian Graus28-Jul-07 12:50
protectorChristian Graus28-Jul-07 12:50 
QuestionOnblur="self.focus();" not working in Fire Fox Pin
kaushik49027-Jul-07 21:29
kaushik49027-Jul-07 21:29 
AnswerRe: Onblur="self.focus();" not working in Fire Fox Pin
#realJSOP28-Jul-07 1:00
professional#realJSOP28-Jul-07 1:00 
AnswerRe: Onblur="self.focus();" not working in Fire Fox Pin
Guffa28-Jul-07 6:11
Guffa28-Jul-07 6:11 
QuestionSingle sign on in two websites Pin
sandeep kumar pundhir27-Jul-07 21:04
sandeep kumar pundhir27-Jul-07 21:04 
AnswerRe: Single sign on in two websites Pin
Christian Graus27-Jul-07 21:49
protectorChristian Graus27-Jul-07 21:49 
GeneralRe: Single sign on in two websites Pin
sandeep kumar pundhir27-Jul-07 22:27
sandeep kumar pundhir27-Jul-07 22:27 
Questionopen a frame when mouse over to an image Pin
Vipin.d27-Jul-07 20:55
Vipin.d27-Jul-07 20:55 
AnswerRe: open a frame when mouse over to an image Pin
Paul Conrad28-Jul-07 15:15
professionalPaul Conrad28-Jul-07 15:15 
QuestionScript..., Pin
Member 387988127-Jul-07 20:46
Member 387988127-Jul-07 20:46 
AnswerRe: Script..., Pin
Guffa27-Jul-07 22:47
Guffa27-Jul-07 22:47 

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.