Click here to Skip to main content
16,005,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDatagrid Formatting....... Pin
daviiie18-Apr-06 0:52
daviiie18-Apr-06 0:52 
AnswerRe: Datagrid Formatting....... Pin
Mike Ellison18-Apr-06 5:56
Mike Ellison18-Apr-06 5:56 
QuestionASP.Net 2 Menu Control and MultiView Control Pin
colin mcadam18-Apr-06 0:37
colin mcadam18-Apr-06 0:37 
AnswerRe: ASP.Net 2 Menu Control and MultiView Control Pin
minhpc_bk18-Apr-06 5:23
minhpc_bk18-Apr-06 5:23 
GeneralRe: ASP.Net 2 Menu Control and MultiView Control Pin
colin mcadam18-Apr-06 5:28
colin mcadam18-Apr-06 5:28 
GeneralRe: ASP.Net 2 Menu Control and MultiView Control Pin
minhpc_bk18-Apr-06 5:59
minhpc_bk18-Apr-06 5:59 
GeneralRe: ASP.Net 2 Menu Control and MultiView Control Pin
colin mcadam19-Apr-06 0:12
colin mcadam19-Apr-06 0:12 
Questiontextbox substring Pin
kirthikirthi18-Apr-06 0:35
kirthikirthi18-Apr-06 0:35 
Hi
I am trying to print 2 substrings of a textbox but i get this error

MY CODE IS :
---------------

If Not TextBox1.Text = "" Then
str = TextBox1.Text.Substring(0, 3)
str1 = TextBox1.Text.Substring(3, TextBox1.Text.Length - 1)
End If


But it is giving error
-----------------------
Index and length must refer to a location within the string. Parameter name: length

Help me


asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf
AnswerRe: textbox substring Pin
J4amieC18-Apr-06 1:03
J4amieC18-Apr-06 1:03 
GeneralRe: textbox substring Pin
kirthikirthi18-Apr-06 1:09
kirthikirthi18-Apr-06 1:09 
GeneralRe: textbox substring Pin
J4amieC18-Apr-06 2:05
J4amieC18-Apr-06 2:05 
Questiongridview problem Pin
sohne18-Apr-06 0:32
sohne18-Apr-06 0:32 
AnswerRe: gridview problem Pin
minhpc_bk18-Apr-06 5:21
minhpc_bk18-Apr-06 5:21 
GeneralRe: gridview problem Pin
sohne18-Apr-06 19:01
sohne18-Apr-06 19:01 
GeneralRe: gridview problem Pin
minhpc_bk18-Apr-06 20:24
minhpc_bk18-Apr-06 20:24 
QuestionUsing ConfigurationSettings with static functions Pin
GField17-Apr-06 23:10
GField17-Apr-06 23:10 
AnswerRe: Using ConfigurationSettings with static functions Pin
Guffa17-Apr-06 23:33
Guffa17-Apr-06 23:33 
QuestionHow to submit form to other web site by hiding values against browser in asp.net? Pin
offo17-Apr-06 22:47
offo17-Apr-06 22:47 
AnswerRe: How to submit form to other web site by hiding values against browser in asp.net? Pin
Paddy Boyd17-Apr-06 23:47
Paddy Boyd17-Apr-06 23:47 
AnswerRe: How to submit form to other web site by hiding values against browser in asp.net? Pin
minhpc_bk18-Apr-06 5:14
minhpc_bk18-Apr-06 5:14 
GeneralRe: How to submit form to other web site by hiding values against browser in asp.net? Pin
Darpan Gogia18-Apr-06 23:49
Darpan Gogia18-Apr-06 23:49 
GeneralRe: How to submit form to other web site by hiding values against browser in asp.net? Pin
offo19-Apr-06 0:25
offo19-Apr-06 0:25 
GeneralRe: How to submit form to other web site by hiding values against browser in asp.net? Pin
minhpc_bk19-Apr-06 22:16
minhpc_bk19-Apr-06 22:16 
GeneralRe: How to submit form to other web site by hiding values against browser in asp.net? Pin
offo22-Apr-06 17:57
offo22-Apr-06 17:57 
AnswerRe: How to submit form to other web site by hiding values against browser in asp.net? Pin
offo19-Apr-06 19:25
offo19-Apr-06 19:25 

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.