Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfileupload not showing full file path in mozilla Pin
vaishali.terse1-Oct-09 2:24
vaishali.terse1-Oct-09 2:24 
AnswerRe: fileupload not showing full file path in mozilla Pin
Abhijit Jana1-Oct-09 2:29
professionalAbhijit Jana1-Oct-09 2:29 
AnswerRe: fileupload not showing full file path in mozilla Pin
Vasudevan Deepak Kumar1-Oct-09 2:41
Vasudevan Deepak Kumar1-Oct-09 2:41 
Questionexecuting a STRING formula??? Pin
Karan_TN1-Oct-09 1:59
Karan_TN1-Oct-09 1:59 
AnswerRe: executing a STRING formula??? Pin
J4amieC1-Oct-09 2:18
J4amieC1-Oct-09 2:18 
AnswerRe: executing a STRING formula??? Pin
11Developer1-Oct-09 2:22
11Developer1-Oct-09 2:22 
GeneralRe: executing a STRING formula??? Pin
Abhijit Jana1-Oct-09 2:25
professionalAbhijit Jana1-Oct-09 2:25 
GeneralRe: executing a STRING formula??? Pin
11Developer1-Oct-09 2:43
11Developer1-Oct-09 2:43 
If d string is fixed then one can use like this

string s = "(((5+6+4)/15)*100)";
int int1 = Convert.ToInt32(s.Substring(3, 1));
int int2 = Convert.ToInt32(s.Substring(5, 1));
int int3 = Convert.ToInt32(s.Substring(7, 1));
int int4 = Convert.ToInt32(s.Substring(10, 2));
int int5 = Convert.ToInt32(s.Substring(14, 3));
int ans = (((int1+int2+int3)/int4)*int5);
GeneralRe: executing a STRING formula??? Pin
saini arun1-Oct-09 2:47
saini arun1-Oct-09 2:47 
GeneralRe: executing a STRING formula??? Pin
Abhijit Jana1-Oct-09 2:51
professionalAbhijit Jana1-Oct-09 2:51 
GeneralRe: executing a STRING formula??? Pin
Abhishek Sur1-Oct-09 2:45
professionalAbhishek Sur1-Oct-09 2:45 
Questioncustomize membership Pin
mylogics1-Oct-09 0:08
professionalmylogics1-Oct-09 0:08 
Questionresize the iframe Pin
dews turner1-Oct-09 0:03
dews turner1-Oct-09 0:03 
AnswerRe: resize the iframe Pin
Abhijit Jana1-Oct-09 0:05
professionalAbhijit Jana1-Oct-09 0:05 
GeneralRe: resize the iframe Pin
Abhishek Sur1-Oct-09 0:11
professionalAbhishek Sur1-Oct-09 0:11 
GeneralRe: resize the iframe Pin
dews turner1-Oct-09 0:16
dews turner1-Oct-09 0:16 
AnswerRe: resize the iframe Pin
Abhishek Sur1-Oct-09 0:12
professionalAbhishek Sur1-Oct-09 0:12 
GeneralRe: resize the iframe Pin
dews turner1-Oct-09 0:24
dews turner1-Oct-09 0:24 
GeneralRe: resize the iframe Pin
Abhishek Sur1-Oct-09 0:29
professionalAbhishek Sur1-Oct-09 0:29 
GeneralRe: resize the iframe Pin
dews turner1-Oct-09 0:40
dews turner1-Oct-09 0:40 
GeneralRe: resize the iframe Pin
Abhishek Sur1-Oct-09 2:17
professionalAbhishek Sur1-Oct-09 2:17 
AnswerRe: resize the iframe Pin
Vasudevan Deepak Kumar1-Oct-09 1:20
Vasudevan Deepak Kumar1-Oct-09 1:20 
QuestionGlobal variable in c# Pin
JaganBR30-Sep-09 23:54
JaganBR30-Sep-09 23:54 
AnswerRe: Global variable in c# Pin
Paramhans Dubey1-Oct-09 0:02
professionalParamhans Dubey1-Oct-09 0:02 
Questionhow can u insert values in the database Pin
sumanmks30-Sep-09 23:53
sumanmks30-Sep-09 23:53 

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.