Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:663382
More Search Options
RSS Available
Matching Posts
Re: is there any way to reset all the input/dropdownlist controls with a single line of code?
I will always go for the Reset Button <button type="Reset" id="btnReset" value="Reset"></button>
Posted to
Web Forms
(Forum)
by
danasegarane
on 12/4/2009
Update Progress
Hi All, I am using Update Progress Control . <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <Triggers> <asp:AsyncPostBackTrigger ControlID="btnClick" /> </Triggers> <ContentTemplate> </ContentTemplate> </asp:UpdatePanel> <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID=""> <ProgressTemplate > <asp:Label runat="server" ID="Label1"
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
danasegarane
on 12/1/2009
Re: Update Progress
Nope.. Not Displaying <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <Triggers> <asp:AsyncPostBackTrigger ControlID="btnClick" /> </Triggers> <ContentTemplate> <asp:UpdateProgress runat="server" ID="UpdateProgress1"> <ProgressTemplate> Updating.... <asp:Label runat="server" ID="Label1" /> </ProgressTemplate> </asp:UpdateProgress> </ContentTemplate> </asp:UpdatePanel>
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
danasegarane
on 12/1/2009
Re: HyperLink HTML PostBack
This is won't solve the issue
Posted to
Web Forms
(Forum)
by
danasegarane
on 10/27/2009
View Source of Control without rendering
Hi all, I have created a hyperlink control as Dim hlink As New HyperLink hlink.NavigateUrl = "~Default.aspx" If page the rendered in page the output will be "<a class='gridlink' href='javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("""", """", false, """", ""{0}"", false, true))'>{1}</a>" Can I get this source without rendering the page ?
Posted to
Web Forms
(Forum)
by
danasegarane
on 10/27/2009
Re: View Source of Control without rendering
Thank that what i was looking for
Posted to
Web Forms
(Forum)
by
danasegarane
on 10/27/2009
Why this ont rendering the Control properly
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 ?
Posted to
Web Forms
(Forum)
by
danasegarane
on 10/27/2009
Re: Why this ont rendering the Control properly
Thanks for the reply MetalAsp . The thing is that they have created one user control which gets html tags as input and prints a table. But I I add this to form , my problem is not solved. What I am doing is that creating a control and and rendering its contents to html page. Hope I am clear now
Posted to
Web Forms
(Forum)
by
danasegarane
on 10/27/2009
Re: Why this ont rendering the Control properly
This one I have Already tried. The things is that the HyperLink is Not Causing the CrossPage postback. I need cross Page PostBack
Posted to
Web Forms
(Forum)
by
danasegarane
on 10/27/2009
Re: Why this ont rendering the Control properly
Thanks for the reply. I need cross page postback. So only I wanted to have the LinkButton instead of HyperLink
Posted to
Web Forms
(Forum)
by
danasegarane
on 10/27/2009
Page 1 of 16 (155 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online