Click here to Skip to main content
15,913,685 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Regarding CrystalReport... Pin
Karan_TN4-Sep-08 0:57
Karan_TN4-Sep-08 0:57 
QuestionIs FormAuthentication feature of Asp.Net is very secure ? ? Pin
Mogaambo31-Aug-08 21:17
Mogaambo31-Aug-08 21:17 
AnswerRe: Is FormAuthentication feature of Asp.Net is very secure ? ? Pin
Gamzun31-Aug-08 23:47
Gamzun31-Aug-08 23:47 
GeneralRe: Is FormAuthentication feature of Asp.Net is very secure ? ? Pin
Tamer Oz1-Sep-08 8:10
Tamer Oz1-Sep-08 8:10 
Questionadd refrance microsoft.win32 in visual basic 6.0 Pin
Rinki Mukheraji31-Aug-08 20:25
Rinki Mukheraji31-Aug-08 20:25 
AnswerRe: add refrance microsoft.win32 in visual basic 6.0 Pin
Abhijit Jana31-Aug-08 21:06
professionalAbhijit Jana31-Aug-08 21:06 
Questionprobleam concatenate two string in asp.net Pin
Rinki Mukheraji31-Aug-08 20:23
Rinki Mukheraji31-Aug-08 20:23 
AnswerRe: probleam concatenate two string in asp.net Pin
Abhishek Sur31-Aug-08 20:35
professionalAbhishek Sur31-Aug-08 20:35 
AnswerRe: probleam concatenate two string in asp.net Pin
Abhijit Jana31-Aug-08 21:05
professionalAbhijit Jana31-Aug-08 21:05 
GeneralRe: probleam concatenate two string in asp.net Pin
Rinki Mukheraji31-Aug-08 21:15
Rinki Mukheraji31-Aug-08 21:15 
GeneralRe: probleam concatenate two string in asp.net Pin
Abhijit Jana31-Aug-08 21:19
professionalAbhijit Jana31-Aug-08 21:19 
GeneralRe: probleam concatenate two string in asp.net Pin
Rinki Mukheraji31-Aug-08 21:22
Rinki Mukheraji31-Aug-08 21:22 
GeneralRe: probleam concatenate two string in asp.net Pin
Rinki Mukheraji31-Aug-08 21:55
Rinki Mukheraji31-Aug-08 21:55 
i have two command

when two command in concatenate and run sigle command in asp.net
e.g

string a = "\"a\"" + ' ';
string b = "\"b\"";
string c = a + b;
TextBox1.Text = c

ProcessStartInfo startinfo = new ProcessStartInfo();

startinfo.FileName = TextBox1.Text;

Process.Start(startinfo);

that is same probleam

when single command is run on the run window the execute succefully run
GeneralRe: probleam concatenate two string in asp.net Pin
Abhijit Jana31-Aug-08 22:11
professionalAbhijit Jana31-Aug-08 22:11 
AnswerRe: probleam concatenate two string in asp.net Pin
Gamzun31-Aug-08 23:43
Gamzun31-Aug-08 23:43 
Questionpaging in Gridview Pin
r aa j31-Aug-08 20:07
r aa j31-Aug-08 20:07 
AnswerRe: paging in Gridview Pin
Brij31-Aug-08 20:28
mentorBrij31-Aug-08 20:28 
AnswerRe: paging in Gridview Pin
Gamzun31-Aug-08 22:08
Gamzun31-Aug-08 22:08 
Questiongridview Pin
niki_nilu31-Aug-08 19:58
niki_nilu31-Aug-08 19:58 
Questiongetting error as Type 'AjaxControlToolkit.MaskedEditExtender' does not have a public property named 'UserTimeFormat'. Pin
imranafsari31-Aug-08 19:26
imranafsari31-Aug-08 19:26 
Question[Message Deleted] Pin
Member 387988131-Aug-08 19:15
Member 387988131-Aug-08 19:15 
AnswerRe: all the words have to cover with single quotes..., Pin
Abhijit Jana31-Aug-08 19:30
professionalAbhijit Jana31-Aug-08 19:30 
AnswerRe: [Message Deleted] Pin
Abhijit Jana31-Aug-08 19:44
professionalAbhijit Jana31-Aug-08 19:44 
AnswerRe: [Message Deleted] Pin
Blue_Boy31-Aug-08 21:08
Blue_Boy31-Aug-08 21:08 
QuestionNeed to change permision of excel file Pin
S.Aijaz31-Aug-08 19:11
S.Aijaz31-Aug-08 19:11 

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.