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:558304
More Search Options
RSS Available
Matching Posts
Re: Custom Sorting in Gridview
This should give you the info you are looking for: http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=428
Posted to
Data Presentation Controls
(Forum)
by
SrDhUS
on 6/17/2008
Re: Programatically setting SMTP Settings
Check this: http://www.dotnetcurry.com/ShowArticle.aspx?ID=102&AspxAutoDetectCookieSupport=1 Even if modifying a web.config file programmatically can be a handy solution in some situations, it is not recommended to do so frequently in a Web application, as any change in the web.config file will restart the Web server and refresh the cache entries.
Posted to
Configuration and Deployment
(Forum)
by
SrDhUS
on 6/17/2008
Re: Hi
If you explain what you are trying to do, one would be able to help you. May be there is a better way of doing what you are trying to do. So, be specific please.
Posted to
Getting Started
(Forum)
by
SrDhUS
on 6/2/2008
Re: How to convert my current website to AJAX Enabled?
This shows how easily you add Microsoft ASP.NET AJAX functionality to an existing ASP.NET application. http://asp.net/learn/ajax-videos/video-81.aspx
Posted to
Getting Started
(Forum)
by
SrDhUS
on 5/31/2008
Re: Dual ListBoxes
You question: "Also, is it possible to populate a ListBox with two feilds from the same row of a database? I.E. Lastname, First Name, or LastName, Address1? But still keep the Dem_ID as the value?" Answer: Yes; I have combined LastName and FirstName as FullName. Then you use FullName as the DataTextField. < asp : DropDownList ID ="DropDownList1" runat ="server" DataSourceID ="SqlDataSource1" DataTextField ="FullName" DataValueField ="EmployeeID">
Posted to
Getting Started
(Forum)
by
SrDhUS
on 5/31/2008
Re: how do i multiselect from a dropdown list
This should help you: http://www.codeproject.com/KB/user-controls/MultiSelectDropdownList.aspx
Posted to
Web Forms
(Forum)
by
SrDhUS
on 5/27/2008
Re: how to add one more field to createuserWizard?
Check this: http://aspnet.4guysfromrolla.com/articles/070506-1.aspx
Posted to
Security
(Forum)
by
SrDhUS
on 5/26/2008
Re: Simple call to Web service
Check this: http://weblogs.asp.net/dwahlin/archive/2006/12/01/video-calling-web-services-using-asp-net-ajax-and-javascript.aspx
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
SrDhUS
on 5/25/2008
Re: Paging in datalist
Scott Guthrie has a great post about efficient data paging with the DataList control: http://weblogs.asp.net/scottgu/archive/2006/01/07/434787.aspx
Posted to
Data Presentation Controls
(Forum)
by
SrDhUS
on 5/20/2008
Re: Msgbox on an empty gridview.
I would use the GridView property EmptyDataText than showing a message box. < asp : GridView ID ="GridView2" runat ="server" AutoGenerateColumns ="False" DataKeyNames ="CategoryID" DataSourceID ="SqlDataSource2" EmptyDataText ="There are no data records to display." Or you can use: protected void Page_Load( object sender, EventArgs e) { if (GridView2.Rows.Count == 0) { // add code to show the message } }
Posted to
Data Presentation Controls
(Forum)
by
SrDhUS
on 5/19/2008
Page 1 of 11 (107 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
WindowsClient:
Developing an installer for your Surface application
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online