Click here to Skip to main content
15,920,468 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Any one know about session? Pin
vurugonda27-Jul-07 5:13
vurugonda27-Jul-07 5:13 
GeneralRe: Any one know about session? Pin
wk63327-Jul-07 5:30
wk63327-Jul-07 5:30 
GeneralRe: Any one know about session? Pin
vurugonda27-Jul-07 5:50
vurugonda27-Jul-07 5:50 
GeneralRe: Any one know about session? Pin
wk63327-Jul-07 6:12
wk63327-Jul-07 6:12 
GeneralHow to combine two applications in one application Pin
vurugonda9-Aug-07 17:47
vurugonda9-Aug-07 17:47 
GeneralRe: How to combine two applications in one application Pin
wk63310-Aug-07 6:15
wk63310-Aug-07 6:15 
QuestionTotal string length Pin
VK-Cadec26-Jul-07 5:06
VK-Cadec26-Jul-07 5:06 
AnswerRe: Total string length Pin
kubben26-Jul-07 5:37
kubben26-Jul-07 5:37 
PadRight will not limit the length it will only pad it.
You example is not correct, but if you did:
String1.ToString.PadRight(6) = "Traile1" you would still get all seven characters. If you want to get only six characters you will need to substring after the padright
String1.ToString.PadRight(6).Substring(0,6)

Hope that helps.
Ben
Questiongetting dynamically created control's value as null Pin
imranafsari26-Jul-07 5:05
imranafsari26-Jul-07 5:05 
AnswerRe: getting dynamically created control's value as null Pin
Tarakeshwar Reddy26-Jul-07 5:15
professionalTarakeshwar Reddy26-Jul-07 5:15 
GeneralRe: getting dynamically created control's value as null Pin
imranafsari26-Jul-07 5:35
imranafsari26-Jul-07 5:35 
GeneralRe: getting dynamically created control's value as null Pin
Tarakeshwar Reddy26-Jul-07 6:03
professionalTarakeshwar Reddy26-Jul-07 6:03 
AnswerRe: getting dynamically created control's value as null Pin
wk63326-Jul-07 5:34
wk63326-Jul-07 5:34 
GeneralRe: getting dynamically created control's value as null Pin
imranafsari26-Jul-07 5:42
imranafsari26-Jul-07 5:42 
GeneralRe: getting dynamically created control's value as null Pin
wk63326-Jul-07 5:56
wk63326-Jul-07 5:56 
QuestionResponse.Redirect Pin
Civic0626-Jul-07 4:33
Civic0626-Jul-07 4:33 
AnswerRe: Response.Redirect Pin
Blue_Boy26-Jul-07 4:42
Blue_Boy26-Jul-07 4:42 
QuestionProblem getting information from a database. [modified] Pin
Muntyness26-Jul-07 4:03
Muntyness26-Jul-07 4:03 
AnswerRe: Problem getting information from a database. Pin
Blue_Boy26-Jul-07 4:08
Blue_Boy26-Jul-07 4:08 
GeneralProblem fixed Pin
Muntyness26-Jul-07 4:20
Muntyness26-Jul-07 4:20 
AnswerRe: Problem getting information from a database. Pin
Paddy Boyd26-Jul-07 4:27
Paddy Boyd26-Jul-07 4:27 
QuestionForms Auth & SSO Pin
Ridge Howison26-Jul-07 3:52
Ridge Howison26-Jul-07 3:52 
QuestionCodes of paramaters of Crystal Report in C # ? Pin
Fabu197126-Jul-07 3:32
Fabu197126-Jul-07 3:32 
AnswerRe: Codes of paramaters of Crystal Report in C # ? Pin
Blue_Boy26-Jul-07 4:00
Blue_Boy26-Jul-07 4:00 
Questionproblems with office components Pin
johno196726-Jul-07 3:30
johno196726-Jul-07 3:30 

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.