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

ASP.NET

 
Questionpopcalendar vs menu [modified] Pin
shefa' isied27-Oct-09 0:38
shefa' isied27-Oct-09 0:38 
AnswerRe: popcalendar vs menu Pin
Ashfield27-Oct-09 2:30
Ashfield27-Oct-09 2:30 
QuestionCreating Hyperlink and fetching by fetching data from database Pin
lalit1427-Oct-09 0:14
lalit1427-Oct-09 0:14 
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 
I tried to create one LinkButton. Used this code.

Dim hlink As LinkButton
            Dim sw As System.IO.StringWriter
            Dim htw As HtmlTextWriter
            hlink = New LinkButton
            hlink.ID = "ZoneLink"
            hlink.Text = "TestButton"
            sw = New System.IO.StringWriter
            htw = New HtmlTextWriter(sw)
            hlink.PostBackUrl = "Default2.aspx"
            hlink.RenderControl(htw)
            Response.Write(sw.ToString)



But only displays the text. No hyperlink is displayed ?
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 
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 

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.