Click here to Skip to main content
16,004,969 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.NET and Network resourses Pin
K&Y13-Jun-06 6:35
K&Y13-Jun-06 6:35 
AnswerRe: ASP.NET and Network resourses Pin
minhpc_bk13-Jun-06 16:04
minhpc_bk13-Jun-06 16:04 
GeneralRe: ASP.NET and Network resourses Pin
K&Y13-Jun-06 23:19
K&Y13-Jun-06 23:19 
GeneralRe: ASP.NET and Network resourses Pin
minhpc_bk14-Jun-06 0:03
minhpc_bk14-Jun-06 0:03 
QuestionProblem in Applying Themes Pin
VenkataRamana.Gali13-Jun-06 5:55
VenkataRamana.Gali13-Jun-06 5:55 
AnswerRe: Problem in Applying Themes Pin
Guffa13-Jun-06 6:23
Guffa13-Jun-06 6:23 
Questionassign javascript to linkbutton in datagrid Pin
jszpila13-Jun-06 5:45
jszpila13-Jun-06 5:45 
AnswerRe: assign javascript to linkbutton in datagrid Pin
Paddy Boyd13-Jun-06 6:36
Paddy Boyd13-Jun-06 6:36 
In the datagrid onRowDatabound event, you can use code like the following to find the linkbutton in that row, and then your code above should work the same:

<br />
<br />
   Dim btnLink as LinkButton<br />
<br />
   btnLink = CType(e.Item.FindControl("lnkId"), LinkButton)<br />
<br />
   'Your code here<br />
<br />

GeneralRe: assign javascript to linkbutton in datagrid Pin
jszpila13-Jun-06 8:14
jszpila13-Jun-06 8:14 
Questionfilecopy - asp.net 2.0 Pin
fmardani13-Jun-06 4:34
fmardani13-Jun-06 4:34 
AnswerRe: filecopy - asp.net 2.0 [modified] Pin
jszpila13-Jun-06 5:48
jszpila13-Jun-06 5:48 
QuestionRadtabstrip control Pin
chnikhil13-Jun-06 4:20
chnikhil13-Jun-06 4:20 
QuestionArray (Urgent) Pin
kirthikirthi13-Jun-06 4:04
kirthikirthi13-Jun-06 4:04 
AnswerRe: Array (Urgent) Pin
mnaveed13-Jun-06 5:03
mnaveed13-Jun-06 5:03 
GeneralRe: Array (Urgent) Pin
kirthikirthi13-Jun-06 10:15
kirthikirthi13-Jun-06 10:15 
GeneralRe: Array (Urgent) Pin
Elina Blank13-Jun-06 10:41
sitebuilderElina Blank13-Jun-06 10:41 
GeneralRe: Array (Urgent) Pin
kirthikirthi13-Jun-06 11:34
kirthikirthi13-Jun-06 11:34 
QuestionAdding Server Controls Dynamically Pin
Brendan Vogt13-Jun-06 3:27
Brendan Vogt13-Jun-06 3:27 
AnswerRe: Adding Server Controls Dynamically Pin
mnaveed13-Jun-06 4:14
mnaveed13-Jun-06 4:14 
Questionproblem with dropdown text property Pin
Amit Agarrwal13-Jun-06 3:24
Amit Agarrwal13-Jun-06 3:24 
AnswerRe: problem with dropdown text property Pin
Brendan Vogt13-Jun-06 3:46
Brendan Vogt13-Jun-06 3:46 
GeneralRe: problem with dropdown text property Pin
Amit Agarrwal13-Jun-06 4:00
Amit Agarrwal13-Jun-06 4:00 
GeneralRe: problem with dropdown text property Pin
Brendan Vogt13-Jun-06 4:07
Brendan Vogt13-Jun-06 4:07 
QuestionVideo Streaming Pin
maddict13-Jun-06 3:09
maddict13-Jun-06 3:09 
Questionjavascript for yes no Pin
sparkling star13-Jun-06 2:41
sparkling star13-Jun-06 2:41 

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.