Click here to Skip to main content
15,903,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question???Some function exists: Pin
GuilleB0914-Oct-09 9:45
GuilleB0914-Oct-09 9:45 
AnswerRe: ???Some function exists: Pin
Christian Graus14-Oct-09 10:04
protectorChristian Graus14-Oct-09 10:04 
Questionshow database column in grid view as a row Pin
MQ_softman14-Oct-09 9:19
MQ_softman14-Oct-09 9:19 
AnswerRe: show database column in grid view as a row Pin
Abhijit Jana14-Oct-09 9:33
professionalAbhijit Jana14-Oct-09 9:33 
QuestionLink to an other website Pin
romj14-Oct-09 8:47
romj14-Oct-09 8:47 
AnswerRe: Link to an other website Pin
Abhijit Jana14-Oct-09 8:56
professionalAbhijit Jana14-Oct-09 8:56 
GeneralRe: Link to an other website Pin
romj14-Oct-09 11:25
romj14-Oct-09 11:25 
GeneralRe: Link to an other website Pin
romj14-Oct-09 12:50
romj14-Oct-09 12:50 
The result is the same eigther:
string LinkName="Art Collection";
string LinkUrl="http//:www.saromar.info";
cell.text=""+LinkName+"";

or if I write:
HyperLink hl=new Hyperlink();
hl.NavigateUrl=LinkUrl;
hl.Text=LinkName;
cell.Controls.Add(hl);

Still the LinkUrl is just concatenated to the current page URL.

Would be very grateful for help.
QuestionASP.NET C# ONLINE VENUE BOOKING SYSTEM Pin
NhlanhlaK14-Oct-09 8:02
NhlanhlaK14-Oct-09 8:02 
AnswerRe: ASP.NET C# ONLINE VENUE BOOKING SYSTEM Pin
Abhijit Jana14-Oct-09 8:23
professionalAbhijit Jana14-Oct-09 8:23 
AnswerRe: ASP.NET C# ONLINE VENUE BOOKING SYSTEM Pin
Richard MacCutchan14-Oct-09 8:46
mveRichard MacCutchan14-Oct-09 8:46 
AnswerRe: ASP.NET C# ONLINE VENUE BOOKING SYSTEM Pin
Christian Graus14-Oct-09 10:05
protectorChristian Graus14-Oct-09 10:05 
AnswerRe: ASP.NET C# ONLINE VENUE BOOKING SYSTEM Pin
Not Active14-Oct-09 10:12
mentorNot Active14-Oct-09 10:12 
AnswerRe: ASP.NET C# ONLINE VENUE BOOKING SYSTEM Pin
NhlanhlaK15-Oct-09 1:40
NhlanhlaK15-Oct-09 1:40 
GeneralRe: ASP.NET C# ONLINE VENUE BOOKING SYSTEM Pin
Dave Kreskowiak15-Oct-09 4:12
mveDave Kreskowiak15-Oct-09 4:12 
GeneralRe: ASP.NET C# ONLINE VENUE BOOKING SYSTEM Pin
XiiaoJazz6-Jun-10 16:04
XiiaoJazz6-Jun-10 16:04 
Question'System.OutOfMemoryException' Error because of huge datatable Pin
K.Safvi14-Oct-09 4:32
K.Safvi14-Oct-09 4:32 
AnswerUse datareader Pin
David Mujica14-Oct-09 4:43
David Mujica14-Oct-09 4:43 
GeneralRe: Use datareader Pin
K.Safvi18-Oct-09 9:32
K.Safvi18-Oct-09 9:32 
QuestionReal time data transfer Pin
krishnaveer14-Oct-09 2:06
krishnaveer14-Oct-09 2:06 
AnswerRe: Real time data transfer Pin
Manas Bhardwaj14-Oct-09 2:11
professionalManas Bhardwaj14-Oct-09 2:11 
GeneralRe: Real time data transfer Pin
krishnaveer14-Oct-09 3:01
krishnaveer14-Oct-09 3:01 
JokeRe: Real time data transfer Pin
Vasudevan Deepak Kumar14-Oct-09 4:12
Vasudevan Deepak Kumar14-Oct-09 4:12 
GeneralRe: Real time data transfer Pin
Not Active14-Oct-09 6:02
mentorNot Active14-Oct-09 6:02 
AnswerRe: Real time data transfer Pin
Md. Marufuzzaman14-Oct-09 2:58
professionalMd. Marufuzzaman14-Oct-09 2:58 

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.