Click here to Skip to main content
15,914,452 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Using Text Box of another page Pin
Khan.Bangash4-Dec-06 18:53
Khan.Bangash4-Dec-06 18:53 
QuestionRetrieving a connection string Pin
mohd imran abdul aziz4-Dec-06 18:10
mohd imran abdul aziz4-Dec-06 18:10 
GeneralRe: Retrieving a connection string Pin
Guffa4-Dec-06 18:32
Guffa4-Dec-06 18:32 
AnswerRe: Retrieving a connection string Pin
Khan.Bangash4-Dec-06 19:13
Khan.Bangash4-Dec-06 19:13 
GeneralRe: Retrieving a connection string [modified] Pin
mohd imran abdul aziz4-Dec-06 19:19
mohd imran abdul aziz4-Dec-06 19:19 
GeneralRe: Retrieving a connection string Pin
Khan.Bangash4-Dec-06 20:02
Khan.Bangash4-Dec-06 20:02 
QuestionJavascript Parameters Pin
monika_vasvani4-Dec-06 18:02
monika_vasvani4-Dec-06 18:02 
AnswerRe: Javascript Parameters Pin
Guffa4-Dec-06 18:52
Guffa4-Dec-06 18:52 
You can't pass a server side variable as a parameter to a client side script. The server variable and the client script never exist at the same time, and never at the same place.

You have to use the value of the variable and put that in the string:

"mybtn(" & index1.ToString() & ");"

---
b { font-weight: normal; }

AnswerRe: Javascript Parameters Pin
Kapil Thakur4-Dec-06 18:53
Kapil Thakur4-Dec-06 18:53 
GeneralRe: Javascript Parameters Pin
monika_vasvani4-Dec-06 19:16
monika_vasvani4-Dec-06 19:16 
QuestionServer Error in '/WebPages' Application. Pin
yogita charhate4-Dec-06 17:48
yogita charhate4-Dec-06 17:48 
AnswerRe: Server Error in '/WebPages' Application. Pin
arunpnair4-Dec-06 19:54
arunpnair4-Dec-06 19:54 
QuestionSr no in Datagrid Pin
miniThomas4-Dec-06 17:47
miniThomas4-Dec-06 17:47 
AnswerRe: Sr no in Datagrid Pin
Arvind Srivastava4-Dec-06 17:58
Arvind Srivastava4-Dec-06 17:58 
AnswerRe: Sr no in Datagrid Pin
aaraaayen4-Dec-06 18:14
aaraaayen4-Dec-06 18:14 
GeneralRe: Sr no in Datagrid Pin
miniThomas18-Dec-06 1:31
miniThomas18-Dec-06 1:31 
AnswerRe: Sr no in Datagrid Pin
Kapil Thakur4-Dec-06 18:58
Kapil Thakur4-Dec-06 18:58 
QuestionHow Can I Use CSS with a Multiview?? Pin
white.thief4-Dec-06 17:32
white.thief4-Dec-06 17:32 
QuestionCheckboxList in FormView with multiple selections via Databinding - HOW?? Pin
Jan Limpens4-Dec-06 13:26
Jan Limpens4-Dec-06 13:26 
AnswerRe: CheckboxList in FormView with multiple selections via Databinding - HOW?? Pin
M LN Rao4-Dec-06 23:30
M LN Rao4-Dec-06 23:30 
Questionbar chart Pin
saravanan054-Dec-06 12:16
saravanan054-Dec-06 12:16 
AnswerRe: bar chart Pin
Jon Sagara4-Dec-06 13:16
Jon Sagara4-Dec-06 13:16 
QuestionReporting Services Error ?? Pin
nsr2006nsr4-Dec-06 11:01
nsr2006nsr4-Dec-06 11:01 
AnswerRe: Reporting Services Error ?? Pin
Leah_Garrett4-Dec-06 13:49
Leah_Garrett4-Dec-06 13:49 
QuestionProgress Bar Pin
DISP-Jol4-Dec-06 10:03
DISP-Jol4-Dec-06 10:03 

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.