Click here to Skip to main content
15,891,725 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to get the page when some one enter url " http://10.10.15.57:1230/CMS/admin/Login.aspx" Pin
Rutvik Dave5-Mar-09 6:58
professionalRutvik Dave5-Mar-09 6:58 
QuestionCan anyone? Pin
learningman5-Mar-09 1:35
learningman5-Mar-09 1:35 
AnswerRe: Can anyone? Pin
J4amieC5-Mar-09 1:46
J4amieC5-Mar-09 1:46 
AnswerRe: Can anyone? Pin
Christian Graus5-Mar-09 8:26
protectorChristian Graus5-Mar-09 8:26 
GeneralRe: Can anyone? Pin
JMummery5-Mar-09 12:22
professionalJMummery5-Mar-09 12:22 
AnswerRe: Can anyone? Pin
JMummery5-Mar-09 10:30
professionalJMummery5-Mar-09 10:30 
GeneralRe: Can anyone? Pin
learningman6-Mar-09 1:21
learningman6-Mar-09 1:21 
Questionarray of hyperlinks--> Pin
bishwambhar_sen5-Mar-09 1:15
bishwambhar_sen5-Mar-09 1:15 
Hi all,
I would like to share with u all a problem which I am facing at the moment.I am using a gridview which I am populating using an sqldataadapter(through code and not statically).Now What I need to do is to change one of the columns into hyperlink.For instance the one we have in emails.When I click on the different hyperlinks within the same column I should be redirected to a common page but with different values through query string.For this I am trying to create an array of hyperlinks.But I am getting problem while initializing it.I am doing something like this---
dim hf() as hyperlink=???
while i<gridview1.rows.count>
hf(i).navigateurl="....?value="+i.tostring
hf(i).text=......
gridview1.rows(i).cells(0).controls(0).add(hf(i))
end while
</gridview1.rows.count>

But I am facing problem in the first line that is the initialization part.Please help me out with this.Confused | :confused:
AnswerRe: array of hyperlinks--&gt; Pin
Gaurav K Singh5-Mar-09 1:20
Gaurav K Singh5-Mar-09 1:20 
GeneralRe: array of hyperlinks--&gt; Pin
bishwambhar_sen5-Mar-09 3:18
bishwambhar_sen5-Mar-09 3:18 
QuestionRegaring Importing of Data Pin
balekarsiddharth5-Mar-09 1:01
balekarsiddharth5-Mar-09 1:01 
AnswerRe: Regaring Importing of Data Pin
Gaurav K Singh5-Mar-09 1:15
Gaurav K Singh5-Mar-09 1:15 
AnswerRe: Regaring Importing of Data Pin
Ashfield5-Mar-09 1:23
Ashfield5-Mar-09 1:23 
QuestionWord wrapping for asp.net label control Pin
Suryanairg5-Mar-09 0:56
Suryanairg5-Mar-09 0:56 
AnswerRe: Word wrapping for asp.net label control Pin
AprNgp5-Mar-09 0:59
AprNgp5-Mar-09 0:59 
GeneralRe: Word wrapping for asp.net label control Pin
Suryanairg5-Mar-09 1:14
Suryanairg5-Mar-09 1:14 
GeneralRe: Word wrapping for asp.net label control Pin
AprNgp5-Mar-09 2:44
AprNgp5-Mar-09 2:44 
GeneralRe: Word wrapping for asp.net label control Pin
KermWare2-Dec-13 11:21
KermWare2-Dec-13 11:21 
Questionhow to develop Kiosk applications in Asp.net Pin
surender.m5-Mar-09 0:42
surender.m5-Mar-09 0:42 
AnswerRe: how to develop Kiosk applications in Asp.net Pin
Member 10212525-Mar-09 0:46
Member 10212525-Mar-09 0:46 
GeneralRe: how to develop Kiosk applications in Asp.net Pin
led mike5-Mar-09 4:35
led mike5-Mar-09 4:35 
QuestionHow to insert a string variable with " ' "(single qoutation) into database(sql server 2005 Pin
Nekkantidivya5-Mar-09 0:18
Nekkantidivya5-Mar-09 0:18 
AnswerRe: How to insert a string variable with " ' "(single qoutation) into database(sql server 2005 Pin
Gaurav K Singh5-Mar-09 0:25
Gaurav K Singh5-Mar-09 0:25 
AnswerRe: How to insert a string variable with " ' "(single qoutation) into database(sql server 2005 Pin
sumit70345-Mar-09 0:28
sumit70345-Mar-09 0:28 
GeneralRe: How to insert a string variable with " ' "(single qoutation) into database(sql server 2005 Pin
Abhishek Sur5-Mar-09 0:54
professionalAbhishek Sur5-Mar-09 0:54 

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.