Click here to Skip to main content
15,885,366 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: need some explaination about the session in as.net Pin
kumar_k50823-Mar-09 21:48
kumar_k50823-Mar-09 21:48 
Questionunable to find a version of the run time to run this application, VB.NET Pin
krishnaveer23-Mar-09 19:43
krishnaveer23-Mar-09 19:43 
AnswerRe: unable to find a version of the run time to run this application, VB.NET Pin
Abhijit Jana23-Mar-09 20:09
professionalAbhijit Jana23-Mar-09 20:09 
QuestionControl Slide Show. Pin
Wlink23-Mar-09 19:42
Wlink23-Mar-09 19:42 
AnswerRe: Control Slide Show. Pin
Cybernate24-Mar-09 10:42
Cybernate24-Mar-09 10:42 
QuestionZero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 19:17
Satish - Developer23-Mar-09 19:17 
AnswerRe: Zero's were getting trimmed when string convert to integer. [modified] Pin
Spunky Coder23-Mar-09 19:44
Spunky Coder23-Mar-09 19:44 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 19:51
Satish - Developer23-Mar-09 19:51 
Actually my string will be like this...

Mainstring = "009816-9234";

I am splitting this and taking part in to integer and add one value to it and then send as parameter to a query to check this in database.

i.e string str = "009816";
_zip = Convert.ToInt32(str);
_zip = _zip + 1;


ProcessthisinQuery(_Zip)
{
}

G. Satish

GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 20:02
Spunky Coder23-Mar-09 20:02 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 20:21
Satish - Developer23-Mar-09 20:21 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 20:37
Spunky Coder23-Mar-09 20:37 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 20:55
Satish - Developer23-Mar-09 20:55 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 21:06
Spunky Coder23-Mar-09 21:06 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Satish - Developer23-Mar-09 21:35
Satish - Developer23-Mar-09 21:35 
GeneralRe: Zero's were getting trimmed when string convert to integer. Pin
Spunky Coder23-Mar-09 22:08
Spunky Coder23-Mar-09 22:08 
Questionspacebar problem for insertion Pin
roshid23-Mar-09 19:13
roshid23-Mar-09 19:13 
AnswerRe: spacebar problem for insertion Pin
SachinKumar M23-Mar-09 19:52
SachinKumar M23-Mar-09 19:52 
GeneralRe: spacebar problem for insertion Pin
roshid23-Mar-09 20:06
roshid23-Mar-09 20:06 
QuestionHelp needed in finding control Pin
The Pod23-Mar-09 16:14
The Pod23-Mar-09 16:14 
AnswerRe: Help needed in finding control Pin
Cybernate24-Mar-09 10:45
Cybernate24-Mar-09 10:45 
QuestionASP.Net Multiline Text Box Pin
Ryan Fleming23-Mar-09 4:39
Ryan Fleming23-Mar-09 4:39 
AnswerRe: ASP.Net Multiline Text Box Pin
Rutvik Dave23-Mar-09 9:57
professionalRutvik Dave23-Mar-09 9:57 
GeneralRe: ASP.Net Multiline Text Box [modified] Pin
Ryan Fleming23-Mar-09 16:44
Ryan Fleming23-Mar-09 16:44 
GeneralRe: ASP.Net Multiline Text Box Pin
Rutvik Dave24-Mar-09 4:24
professionalRutvik Dave24-Mar-09 4:24 
GeneralRe: ASP.Net Multiline Text Box Pin
Ryan Fleming24-Mar-09 8:05
Ryan Fleming24-Mar-09 8:05 

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.