Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Creating Hyperlink and fetching by fetching data from database Pin
meeram39527-Oct-09 1:02
meeram39527-Oct-09 1:02 
AnswerRe: Creating Hyperlink and fetching by fetching data from database Pin
praveen_Knight27-Oct-09 1:14
praveen_Knight27-Oct-09 1:14 
GeneralRe: Creating Hyperlink and fetching by fetching data from database Pin
lalit1427-Oct-09 1:21
lalit1427-Oct-09 1:21 
GeneralRe: Creating Hyperlink and fetching by fetching data from database Pin
benams27-Oct-09 2:15
benams27-Oct-09 2:15 
QuestionWhy this ont rendering the Control properly Pin
danasegaranea26-Oct-09 23:50
danasegaranea26-Oct-09 23:50 
AnswerRe: Why this ont rendering the Control properly Pin
darkcalin27-Oct-09 0:16
darkcalin27-Oct-09 0:16 
GeneralRe: Why this ont rendering the Control properly Pin
danasegaranea27-Oct-09 0:37
danasegaranea27-Oct-09 0:37 
GeneralRe: Why this ont rendering the Control properly Pin
darkcalin27-Oct-09 0:40
darkcalin27-Oct-09 0:40 
Ok then try this:

LinkButton hlink = new LinkButton();
hlink.ID = "ZoneLink";
hlink.Text = "TestButton";
hlink.PostBackUrl = "Default2.aspx";
form1.Controls.Add(hlink);
GeneralRe: Why this ont rendering the Control properly Pin
danasegaranea27-Oct-09 0:50
danasegaranea27-Oct-09 0:50 
GeneralRe: Why this ont rendering the Control properly Pin
darkcalin27-Oct-09 0:55
darkcalin27-Oct-09 0:55 
GeneralRe: Why this ont rendering the Control properly Pin
danasegaranea27-Oct-09 1:01
danasegaranea27-Oct-09 1:01 
GeneralRe: Why this ont rendering the Control properly Pin
darkcalin27-Oct-09 1:20
darkcalin27-Oct-09 1:20 
GeneralRe: Why this ont rendering the Control properly Pin
danasegaranea27-Oct-09 1:30
danasegaranea27-Oct-09 1:30 
Questionhow to resolve this Error "You are not authorized to view this page" errorpage Pin Pin
prateekfgiet26-Oct-09 23:46
prateekfgiet26-Oct-09 23:46 
QuestionCreate and assign dynamic home page for user Pin
joindotnet26-Oct-09 22:30
joindotnet26-Oct-09 22:30 
AnswerRe: Create and assign dynamic home page for user Pin
Abhishek Sur26-Oct-09 22:37
professionalAbhishek Sur26-Oct-09 22:37 
QuestionRe: Create and assign dynamic home page for user Pin
joindotnet26-Oct-09 22:42
joindotnet26-Oct-09 22:42 
AnswerRe: Create and assign dynamic home page for user Pin
Abhishek Sur26-Oct-09 22:49
professionalAbhishek Sur26-Oct-09 22:49 
GeneralRe: Create and assign dynamic home page for user Pin
joindotnet26-Oct-09 22:57
joindotnet26-Oct-09 22:57 
QuestionCreateUserWizard or Connection problem Pin
Jagz W26-Oct-09 22:04
professionalJagz W26-Oct-09 22:04 
QuestionHelp regarding connctivity of GridView with AccessDataSource control? Pin
Purish Dwivedi26-Oct-09 21:44
Purish Dwivedi26-Oct-09 21:44 
AnswerRe: Help regarding connctivity of GridView with AccessDataSource control? Pin
Abhishek Sur26-Oct-09 22:55
professionalAbhishek Sur26-Oct-09 22:55 
AnswerRe: Help regarding connctivity of GridView with AccessDataSource control? Pin
Vimalsoft(Pty) Ltd26-Oct-09 23:02
professionalVimalsoft(Pty) Ltd26-Oct-09 23:02 
QuestionJavascript Code Comparing Two textbox's value Pin
rummer26-Oct-09 21:25
rummer26-Oct-09 21:25 
AnswerRe: Javascript Code Comparing Two textbox's value Pin
Amit Kushwaha26-Oct-09 21:41
Amit Kushwaha26-Oct-09 21: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.