Click here to Skip to main content
15,884,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIn Iframe html control Pin
nannapanenikamalnath10-Sep-06 20:54
nannapanenikamalnath10-Sep-06 20:54 
AnswerRe: In Iframe html control Pin
minhpc_bk11-Sep-06 6:32
minhpc_bk11-Sep-06 6:32 
QuestionWord to PDF converter without Printer driver. Pin
Abhishek Joshi10-Sep-06 20:50
Abhishek Joshi10-Sep-06 20:50 
AnswerRe: Word to PDF converter without Printer driver. Pin
minhpc_bk11-Sep-06 6:22
minhpc_bk11-Sep-06 6:22 
QuestionDynamic Template using user control Pin
Jay_se10-Sep-06 20:32
Jay_se10-Sep-06 20:32 
AnswerRe: Dynamic Template using user control Pin
minhpc_bk11-Sep-06 6:17
minhpc_bk11-Sep-06 6:17 
GeneralRe: Dynamic Template using user control Pin
Jay_se11-Sep-06 20:05
Jay_se11-Sep-06 20:05 
QuestionWebCustomControl Pin
Hemant Mane10-Sep-06 20:02
Hemant Mane10-Sep-06 20:02 
Hi,

I have create a webcostom control for TextBox and add one property "Xyz".
[Bindable(true)]<br />
[Category("Appearance")]<br />
[DefaultValue("")]<br />
[Localizable(true)]<br />
public string Xyz<br />
{<br />
   get<br />
   {<br />
       String s = (String)ViewState["Xyz"];<br />
       return ((s == null) ? String.Empty : s);<br />
   }<br />
   set<br />
   {<br />
       ViewState["Xyz"] = value;<br />
   }<br />
}<br />


and i have set the value for Xyz from client script like

<br />
function setvalue()<br />
{<br />
    form1.txt.Xyz = "Some Text";<br />
}<br />


on postback i want the value which is set from clientscript
but the value is not set.
Is there another way to set the value from clientscript and get it at serverside?
AnswerRe: WebCustomControl Pin
Amit Kumar Chikara11-Sep-06 0:30
Amit Kumar Chikara11-Sep-06 0:30 
GeneralRe: WebCustomControl Pin
Hemant Mane11-Sep-06 0:40
Hemant Mane11-Sep-06 0:40 
GeneralRe: WebCustomControl Pin
Amit Kumar Chikara11-Sep-06 1:35
Amit Kumar Chikara11-Sep-06 1:35 
QuestionDropdown list does not maintain view state. Pin
karansharma10-Sep-06 19:49
karansharma10-Sep-06 19:49 
AnswerRe: Dropdown list does not maintain view state. Pin
minhpc_bk10-Sep-06 19:59
minhpc_bk10-Sep-06 19:59 
AnswerRe: Dropdown list does not maintain view state. Pin
Suresh Pirsquare10-Sep-06 20:04
Suresh Pirsquare10-Sep-06 20:04 
QuestionRetrieve time from SQL Pin
sarvanjonty10-Sep-06 18:37
sarvanjonty10-Sep-06 18:37 
AnswerRe: Retrieve time from SQL Pin
Guffa10-Sep-06 18:49
Guffa10-Sep-06 18:49 
AnswerRe: Retrieve time from SQL Pin
mbbisht10-Sep-06 20:01
mbbisht10-Sep-06 20:01 
AnswerRe: Retrieve time from SQL Pin
saloni28911-Sep-06 0:40
saloni28911-Sep-06 0:40 
QuestionFormsAuthenticatoin but allowing everyone to see Default Page Pin
cisco210310-Sep-06 16:08
cisco210310-Sep-06 16:08 
AnswerRe: FormsAuthenticatoin but allowing everyone to see Default Page Pin
minhpc_bk10-Sep-06 19:39
minhpc_bk10-Sep-06 19:39 
AnswerRe: FormsAuthenticatoin but allowing everyone to see Default Page [modified] Pin
Britney S. Morales11-Sep-06 11:36
Britney S. Morales11-Sep-06 11:36 
QuestionCookie - Forms Authentication Pin
Amit Kumar G10-Sep-06 5:26
Amit Kumar G10-Sep-06 5:26 
AnswerRe: Cookie - Forms Authentication Pin
Amit Kumar G10-Sep-06 5:40
Amit Kumar G10-Sep-06 5:40 
Questioncontrol to hold article Pin
aush10-Sep-06 2:59
aush10-Sep-06 2:59 
AnswerRe: control to hold article Pin
minhpc_bk10-Sep-06 19:42
minhpc_bk10-Sep-06 19:42 

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.