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:98016
More Search Options
RSS Available
Matching Posts
Re: AJAX Accordion Pane
you can control the style for each accordion Panel HeaderCssClass, HeaderSelectedCssClass, ContentCssClass
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mihirpathak
on 11/13/2008
Re: Access Content Page Control from Master Page
Let’s turn to the FindControl documentation on MSDN. FindControl searches the current naming container for the specified server control. Master.FindControl("ContentPageHolder1").FindControl(TextBox) Reading this nice article. http://odetocode.com/Articles/450.aspx
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
mihirpathak
on 11/10/2008
Re: identifier expected with c#
To narrow down the issue, see if your page work without using hidden field.
Posted to
Configuration and Deployment
(Forum)
by
mihirpathak
on 11/7/2008
Re: dropdownlist firing panel visible
double click on your dropdown list, it will open up code behind in VS.
Posted to
Web Forms
(Forum)
by
mihirpathak
on 11/7/2008
Re: identifier expected with c#
Please review this HTML Hidden element, look to me the Tag is not closed. May be you are getting different value of session in other box. A programming element that is not a recognizable declared element name occurs where the context requires an element name. One possible cause is that an attribute has been specified somewhere other than at the beginning of the statement. Error ID: BC30203 To correct this error Verify that any attributes in the statement are all placed at the beginning. Verify that
Posted to
Configuration and Deployment
(Forum)
by
mihirpathak
on 11/7/2008
Re: precompiled ('published') ASP.NET websites on IIS?
Can you please explain us what is the difference after publish the website?
Posted to
Configuration and Deployment
(Forum)
by
mihirpathak
on 11/7/2008
Re: How to add a CollapsiblePanel inside the panel?
Here is the sample code Code Behind: protected override void OnPreInit(EventArgs e) { base.OnPreInit(e); AjaxControlToolkit.CollapsiblePanelExtender cpnlext = new AjaxControlToolkit.CollapsiblePanelExtender(); cpnlext.ID = "TextID"; cpnlext.TargetControlID = "pnlProfile"; cpnlext.ExpandControlID = "PanelProfile"; cpnlext.CollapseControlID = "PanelProfile"; cpnlext.Collapsed = false; cpnlext.ExpandedText = "(Hide Details...)"; cpnlext.CollapsedText
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mihirpathak
on 11/7/2008
Re: Get value of a JS-updated disabled TextBox
I was looking at the MSDN textbox object and here what I got Note: A disabled control can support postbacks. It is possible for a user who is viewing the page with a disabled control to craft a request that submits a postback that is processed by the page. Prior to processing a postback request, check to make sure that the control is enabled and visible. You can try to enable the textbox in the load event and change it back after button click. Please remember to mark the replies as answers if they
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mihirpathak
on 11/7/2008
Re: Get value of a JS-updated disabled TextBox
HTML <asp:TextBox ID="txtSourceOfJsEnabled" runat="server">abc</asp:TextBox><br /> <input id="btnJsUpdate" type="button" value="JS-Update" onclick="Update()" /><br /> <asp:TextBox ID="txtTargetOfJsDisabled" runat="server" ReadOnly="True" >def</asp:TextBox><br /> <asp:Button ID="btnUpdate" runat="server" Text="PostBackUpdate" onclick
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mihirpathak
on 11/6/2008
Re: Autocomplete and firefox
I have used autocomplete and it work in most of the browser we support it tested i.e IE, Firefox, Chorme, opera. Can you verify your style sheet in firefox?
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
mihirpathak
on 11/6/2008
Page 1 of 20 (197 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online