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:611716
More Search Options
RSS Available
Matching Posts
listsearchextender wierd behavior
have a listsearchextender in an update panel on a dropdown. The dropdown does a partial postback, other dropdowns on the page outside of update panels disappear in IE 6. Any ideas. Thanks.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ubaid1900
on 8/11/2008
Filed under: List Search Extender listseachextender, AJAX Control Toolkit help
Re: keeping detailsview and gridview in sync
use the Item Updated event. protected void DetailsView1_ItemUpdated(object sender, DetailsViewUpdatedEventArgs e) { GridView1.DataBind(); } should do it.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
ubaid1900
on 11/19/2007
Re: Referring to a site.master control value from content pages/ design question
you can use MasterType directive on content page to access public methods of the master page
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
ubaid1900
on 11/15/2007
Re: Set Default Button in CreateUserWizard Control Challenge
They should be automatically created when you select 'Convert to StepNavigationTemplate'. Or even you can create your controls, just have to take care of the commandName property of the buttons. As as example <StepNavigationTemplate> <asp:Panel ID="Panel1" runat="server" DefaultButton="StepNextButton"> <asp:TextBox ID="TextBox1" runat="server" Text="enter txt here"></asp:TextBox> <asp:Button ID="StepPreviousButton"
Posted to
Web Forms
(Forum)
by
ubaid1900
on 11/13/2007
Re: Set Default Button in CreateUserWizard Control Challenge
Convert each step to some template and enclose the controls in a panel. Use the panel's default button property.
Posted to
Web Forms
(Forum)
by
ubaid1900
on 11/13/2007
Re: How can I solve this error "XML Parsing Error: no element found"
Try setting MaintainScrollPositionOnPostback in page directive to false.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
ubaid1900
on 11/13/2007
Re: Using Validation controls in GridView EmptyDataTemplate
Use either the ValidationGroup Property of the controls in the EmptyDataTemplate or (I probably missed it, but I cannot see how the rows in first gridview are getting selected) Use a template field for selecting a row and set the preferred controls CausesValidation property to false.
Posted to
Data Presentation Controls
(Forum)
by
ubaid1900
on 11/9/2007
Re: Button post back error
enclose these in if not postback orderNumber = Request.QueryString["orderNo"]; populateFields(orderNumber);
Posted to
Web Forms
(Forum)
by
ubaid1900
on 11/7/2007
Re: Tab Control Problem
Did you try the solution by Howeird? That worked for me.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
ubaid1900
on 11/5/2007
Re: FindControl
see, you are using labels in item template and textboxes in edit item template. that means when a row is in edit mode, then the control is textbox. In Button click, not every row is in edit mode, so the find control with textbox id will return nothing. and find control with label id will return label. But for edit row the text box will be returned
Posted to
Getting Started
(Forum)
by
ubaid1900
on 11/3/2007
Page 1 of 15 (141 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online