Click here to Skip to main content
15,905,782 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHTTP/1.1 403 Forbidden Pin
rpkumar6-Jan-06 23:07
rpkumar6-Jan-06 23:07 
QuestionNeed help for Crystal Report Pin
rs_net6-Jan-06 22:40
rs_net6-Jan-06 22:40 
AnswerRe: Need help for Crystal Report Pin
rihdus9-Jan-06 3:44
rihdus9-Jan-06 3:44 
Question[Message Deleted] Pin
EXTEIDE6-Jan-06 10:14
EXTEIDE6-Jan-06 10:14 
GeneralRe: The New Extension IDE - EXTEIDE Pin
Guffa6-Jan-06 10:58
Guffa6-Jan-06 10:58 
GeneralRe: The New Extension IDE - EXTEIDE Pin
Brian Van Beek6-Jan-06 20:43
Brian Van Beek6-Jan-06 20:43 
AnswerRe: The New Extension IDE - EXTEIDE Pin
toxcct8-Jan-06 23:17
toxcct8-Jan-06 23:17 
QuestionSave Property Value of Web Control in ComponentInitialize section Pin
Alexandr Sergeevich Ilyin6-Jan-06 6:34
Alexandr Sergeevich Ilyin6-Jan-06 6:34 
I have asp.net Web control MyWebControl and Component MyComponent.
MyWebControl references on MyComponent, it looks like

class MyWebControl : WebControl
{
MyComponent _component;
MyComponent component
{
get {return _component;}
set {_component = value;}
}
...
}
I want this reference to be saved in InitializeComponents section.
(i want the following code to be generated )

MyComponent = new MyComponent();
...MyWebControl1.component = MyComponent1; - !!!


By default "component" value of MyWebControl
saved in aspx page text.

I can use DesignerSerializer attribute and generate
code directly, but I suppose there must be the easiest way.Hmmm | :|

Alex Ilyin
QuestionInternetConnect problem Pin
Anacreon6-Jan-06 5:22
Anacreon6-Jan-06 5:22 
QuestionQuery that produce the exact result Pin
Rajkamal_dfine5-Jan-06 20:33
Rajkamal_dfine5-Jan-06 20:33 
AnswerRe: Query that produce the exact result Pin
Curtis Schlak.8-Jan-06 8:33
Curtis Schlak.8-Jan-06 8:33 
AnswerRe: Query that produce the exact result Pin
Rajkamal_dfine8-Jan-06 18:00
Rajkamal_dfine8-Jan-06 18:00 
QuestionWant to use Frame in cgi script Pin
sujataghosh5-Jan-06 20:23
sujataghosh5-Jan-06 20:23 
AnswerRe: Want to use Frame in cgi script Pin
Guffa6-Jan-06 6:57
Guffa6-Jan-06 6:57 
GeneralRe: Want to use Frame in cgi script Pin
sujataghosh8-Jan-06 21:39
sujataghosh8-Jan-06 21:39 
AnswerRe: Want to use Frame in cgi script Pin
Guffa9-Jan-06 2:23
Guffa9-Jan-06 2:23 
GeneralRe: Want to use Frame in cgi script Pin
sujataghosh11-Jan-06 21:23
sujataghosh11-Jan-06 21:23 
QuestionVertical Align text in a Textbox Pin
Subrahmanyam K5-Jan-06 20:06
Subrahmanyam K5-Jan-06 20:06 
AnswerRe: Vertical Align text in a Textbox Pin
Guffa6-Jan-06 4:32
Guffa6-Jan-06 4:32 
QuestionMake part of a web page not reload Pin
Junyor5-Jan-06 16:50
Junyor5-Jan-06 16:50 
QuestionSession problem Pin
bourridh5-Jan-06 5:12
bourridh5-Jan-06 5:12 
AnswerRe: Session problem Pin
Daniel Santillanes5-Jan-06 5:15
professionalDaniel Santillanes5-Jan-06 5:15 
GeneralRe: Session problem Pin
bourridh5-Jan-06 5:23
bourridh5-Jan-06 5:23 
AnswerRe: Session problem Pin
Guffa5-Jan-06 5:17
Guffa5-Jan-06 5:17 
NewsThe Perfect Layout Pin
NeoSwf@5-Jan-06 4:26
NeoSwf@5-Jan-06 4:26 

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.