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:729871
More Search Options
RSS Available
Matching Posts
Re: event for dropdownlist in header template not firing
Specify the CommandName for the dropdownlist in the header and write the code in RowCommand event of the GridView control like below, if (e.CommandName.Equals("DDL")) { //write you selected index change code here.. }
Posted to
Data Presentation Controls
(Forum)
by
ameenkpn
on 11/16/2009
Re: Checkbox showing up where bit fields are in Dynamic GridView
Place a TemplateField column in the GridView, then in ItemTemplate section, place a label control and bind it.
Posted to
Data Presentation Controls
(Forum)
by
ameenkpn
on 11/16/2009
Re: Length cannot be less than zero
[quote user="stanly"]s = gvIDs.Substring(0, gvIDs.LastIndexOf(" "));[/quote] I hope the error is above at LastIndexOf, since index starts with 0. Can you try like below, gvIDs.LastIndexOf(" ")-1
Posted to
Web Forms
(Forum)
by
ameenkpn
on 11/13/2009
Re: Displaying the images from the Server file system
If you are storing images on directory other than virtual directory, then you need to hardcode it. Otherwise keep the path info in web.config file, so that you can retrieve it.
Posted to
Web Forms
(Forum)
by
ameenkpn
on 11/13/2009
Re: RangeValidator in subfolder don't work!
Regardless of the folder level the RangeValidator must work. Post you code, we can check for you.
Posted to
Web Forms
(Forum)
by
ameenkpn
on 11/13/2009
Re: Problem get rows count for sqldatasource
check this tips, http://www.aspdotnetcodes.com/ReadTips_Get_RecordCount_RowCount_SQLDataSource.aspx
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
ameenkpn
on 11/13/2009
Filed under: SQLdatasource Row Count
Re: CheckBoxList within th the datalist is not working.
[quote user="Lasar"]<asp:DataList ID="DataList1" runat="server" DataSourceID="SqlDataSource1"> <ItemTemplate> <asp:CheckBoxList ID="CheckBoxList1" runat="server" DataSourceID="SqlDataSource1" DataTextField="Email" DataValueField="Email"> </asp:CheckBoxList>[/quote] You have mentioned DataSourceID for DataList as SqlDataSource1. Thats why it is repeating 15 rows..
Posted to
Data Presentation Controls
(Forum)
by
ameenkpn
on 11/13/2009
Re: sort Datagrid..
Check this article below, http://www.aspdotnetcodes.com/Custom_Sorting_Paging_GridView.aspx
Posted to
Data Presentation Controls
(Forum)
by
ameenkpn
on 11/10/2009
Re: New to DetailsView
Check this article, http://www.aspdotnetcodes.com/Parent_Child_GridView_DetailsView.aspx
Posted to
Data Presentation Controls
(Forum)
by
ameenkpn
on 11/10/2009
Re: Pageddatasource go to previous page if current page is empty
Please check this article, hope it explains well. http://www.aspdotnetcodes.com/DataList_Dynamic_Paging_PagedDataSource.aspx
Posted to
Data Presentation Controls
(Forum)
by
ameenkpn
on 11/10/2009
Page 1 of 81 (804 items) 1
2
3
4
5
Next >
...
Last ยป
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...
Silverlight:
Geek Profiles โ Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online