Click here to Skip to main content
15,921,884 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralExport Grid to Excel Pin
Sebastian T Xavier7-Jan-08 17:21
Sebastian T Xavier7-Jan-08 17:21 
GeneralRepeater allignment.!!! Pin
Krishna Varadharajan7-Jan-08 16:54
Krishna Varadharajan7-Jan-08 16:54 
GeneralRe: Repeater allignment.!!! Pin
Christian Graus7-Jan-08 17:10
protectorChristian Graus7-Jan-08 17:10 
Questionlocation tags for Forms authentication Pin
tonymathewt7-Jan-08 16:19
professionaltonymathewt7-Jan-08 16:19 
Questionget serial hard disk asp.net Pin
AnhTin7-Jan-08 15:24
AnhTin7-Jan-08 15:24 
GeneralRe: get serial hard disk asp.net Pin
Christian Graus7-Jan-08 17:10
protectorChristian Graus7-Jan-08 17:10 
GeneralRe: get serial hard disk asp.net Pin
AnhTin7-Jan-08 19:29
AnhTin7-Jan-08 19:29 
GeneralRe: get serial hard disk asp.net Pin
Christian Graus7-Jan-08 20:16
protectorChristian Graus7-Jan-08 20:16 
Seems a strange thing to do, unless it's for server licensing.

public string GetVolumeSerial(string strDriveLetter)
{
if (strDriveLetter == "" || strDriveLetter == null) strDriveLetter = "C";
ManagementObject disk =
new ManagementObject("win32_logicaldisk.deviceid=\"" + strDriveLetter + ":\"");
disk.Get();
return disk["VolumeSerialNumber"].ToString();
}

using System.Management;

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: get serial hard disk asp.net Pin
Abhijit Jana7-Jan-08 18:36
professionalAbhijit Jana7-Jan-08 18:36 
QuestionHow to Construct full absolute URL from Relative URL ? [modified] Pin
Nadia Monalisa7-Jan-08 9:20
Nadia Monalisa7-Jan-08 9:20 
AnswerRe: How to Construct full absolute URL from Relative URL ? Pin
Michael Sync7-Jan-08 19:15
Michael Sync7-Jan-08 19:15 
GeneralSetting a data source's parameter to null Pin
Fernando A. Gomez F.7-Jan-08 8:47
Fernando A. Gomez F.7-Jan-08 8:47 
GeneralRe: Setting a data source's parameter to null Pin
Michael Sync7-Jan-08 19:19
Michael Sync7-Jan-08 19:19 
GeneralSimple doubt in google search in HTML Pin
Senthil S7-Jan-08 5:39
Senthil S7-Jan-08 5:39 
GeneralRe: Simple doubt in google search in HTML Pin
Christian Graus7-Jan-08 17:11
protectorChristian Graus7-Jan-08 17:11 
GeneralRe: Simple doubt in google search in HTML Pin
Senthil S7-Jan-08 23:53
Senthil S7-Jan-08 23:53 
GeneralRe: Simple doubt in google search in HTML Pin
Michael Sync7-Jan-08 19:27
Michael Sync7-Jan-08 19:27 
AnswerHai your responce is wat i need Pin
Senthil S8-Jan-08 0:04
Senthil S8-Jan-08 0:04 
Questionasp.net website inside of a php or jsp webpage Pin
Sutorius7-Jan-08 5:19
Sutorius7-Jan-08 5:19 
GeneralRe: asp.net website inside of a php or jsp webpage Pin
Declan Bright7-Jan-08 5:37
Declan Bright7-Jan-08 5:37 
QuestionAdding row to datagrid using Javascript Pin
Nisha S.7-Jan-08 4:40
Nisha S.7-Jan-08 4:40 
GeneralRe: Adding row to datagrid using Javascript Pin
Declan Bright7-Jan-08 5:21
Declan Bright7-Jan-08 5:21 
GeneralFTP command "NLST" gives me "?" instead of "æ", "ø" or "å" Pin
thomasa7-Jan-08 4:33
thomasa7-Jan-08 4:33 
GeneralRe: FTP command "NLST" gives me "?" instead of "æ", "ø" or "å" Pin
thomasa7-Jan-08 5:17
thomasa7-Jan-08 5:17 
Generalcacheprofile doesn't work in control Pin
xcraft7-Jan-08 4:24
professionalxcraft7-Jan-08 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.