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:683821
More Search Options
RSS Available
Matching Posts
using WebRequest to get postback data
Hi everyone I have a website called http://xosothudo.com.vn/default.aspx?tabid=424 There is a calendar on this website, after choosing a day on that calendar, the gridview will display a new result base on this calendar. How can i get this gridview data via WebRequest method on specific day? thanks alot in advance
Posted to
Web Forms
(Forum)
by
a4nsd
on 9/15/2009
Re: How to combine 2 columns into single column.
Hi If you use code behind. You can use something like this if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem) { DataRowView dr = (DataRowView)e.Item.DataItem; Your_Control lnkTitle = (Your_Control)e.Item.FindControl("Your_Control"); lnkTitle.Text = dr["first_name"].ToString() +dr["last_name"].ToString(); } Hope this help
Posted to
ASP.NET Dynamic Data
(Forum)
by
a4nsd
on 9/8/2009
Re: DB Connection String
I have another way. 1. create a newclass 2. Put the connection string there. 3. Include this class to where you want to use it. hope this help thanks
Posted to
Security
(Forum)
by
a4nsd
on 7/25/2009
Re: Saving encryted text in database
There are many ways to do this. This is my example public static string Md5Hash(string password) { MD5 md5 = MD5CryptoServiceProvider.Create(); byte[] dataMd5 = md5.ComputeHash(Encoding.Default.GetBytes(pass)); StringBuilder sb = new StringBuilder(); for (int i = 0; i < dataMd5.Length; i++) sb.AppendFormat("{0:x2}", dataMd5[i]); return sb.ToString(); } Hope this help thanks
Posted to
Security
(Forum)
by
a4nsd
on 7/25/2009
Re: Bound link w/ field data from controls
BTW, You had better post your code here. So everyone can see and resolve the problem for u Thanks
Posted to
Getting Started
(Forum)
by
a4nsd
on 7/6/2009
Process string.. need some help ?
Hi everyone. I have a string with 10 characters. My problem is : I want to excecute my condition like this if(my string contains 4 SIMILAR character next to each other){ ///Example: my string is sofh aaaa ld (aaaa is only example) } How can i process my string in this condition ? Thanks alot in advance
Posted to
Getting Started
(Forum)
by
a4nsd
on 2/6/2009
Re: Exporting to Excel
you can also read xml file to gridview and then export gridvew to excel
Posted to
Getting Started
(Forum)
by
a4nsd
on 2/6/2009
menu point datasource to difference site map ?
Hi every body,. I have 2 site map admin.sitemap and Web.sitemap In my Admin.aspx page i have asp:menu control, how do i point datasource to admin.sitemap ? Thanks a lot in advance !
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
a4nsd
on 11/26/2008
Re: Help me with this query ?pls
Thanks!
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
a4nsd
on 8/7/2008
Help me with this query ?pls
Hi every body I have this query SELECT TOP 8 CMS_Contents.*, CMS_ContentDistributions.* FROM CMS_ContentDistributions INNER JOIN CMS_Contents ON CMS_Contents.ContentID = CMS_ContentDistributions.ContentID WHERE getdate()>CMS_ContentDistributions.DistributedOn and DistributedOn <= (SELECT DistributedOn FROM CMS_ContentDistributions WHERE ContentDistributionID ='127') AND ContentDistributionID <>'127' AND CMS_Contents.ZoneID = (SELECT ZoneID FROM CMS_ContentDistributions
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
a4nsd
on 8/7/2008
Page 1 of 30 (298 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
Channel 9:
Channel 9 Live at PDC09 Kurt DelBene
Channel 9:
Channel 9 Live at PDC09 Mike Anguilo
Channel 9:
Channel 9 Live at PDC09: Dean Hachamovitch
Channel 9:
Channel 9 Live at PDC09: Gary Flake
Channel 9:
Channel 9 Live at PDC09: Mark Russinovich and Patrick Dussud
Channel 9:
Ping 40: Black screen claims- retracted, Windows 7, Bing Maps, Office 2010
WindowsClient:
WPF Touch Basics
WindowsClient:
WPF Touch Basics
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
WindowsClient:
Holland America adds Surface to several ships in it’s new Mix lounge
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online