manuel
Posts: 48
|
| Posted: 10/15/2010, 7:43 AM |
|
Im new in .Net -- I need to fill a textbox in a form with the value of a url parameter...
Thanks in advanced
|
 |
 |
brause
Posts: 10
|
| Posted: 10/12/2011, 10:42 PM |
|
Quote manuel:
Im new in .Net -- I need to fill a textbox in a form with the value of a url parameter...
Thanks in advanced
[/quote
string sMaskID = IntegerParameter.GetParam("s_MaskPK", ParameterSourceType.URL, "", null, false).ToString();
]
|
 |
 |
brause
Posts: 10
|
| Posted: 10/12/2011, 10:44 PM |
|
Quote manuel:
Im new in .Net -- I need to fill a textbox in a form with the value of a url parameter...
Thanks in advanced
[/quote
string sMaskID = IntegerParameter.GetParam("s_MaskPK", ParameterSourceType.URL, "", null, false).ToString();
]
|
 |
 |
|