Click here to Skip to main content
15,913,944 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Text Box Event OnTextChange Pin
gautamamit822-Apr-10 3:36
gautamamit822-Apr-10 3:36 
GeneralRe: Text Box Event OnTextChange Pin
Brij22-Apr-10 4:04
mentorBrij22-Apr-10 4:04 
AnswerRe: Text Box Event OnTextChange Pin
Sandesh M Patil22-Apr-10 3:07
Sandesh M Patil22-Apr-10 3:07 
GeneralRe: Text Box Event OnTextChange Pin
gautamamit822-Apr-10 3:32
gautamamit822-Apr-10 3:32 
GeneralRe: Text Box Event OnTextChange Pin
Sandeep Mewara22-Apr-10 5:13
mveSandeep Mewara22-Apr-10 5:13 
AnswerRe: Text Box Event OnTextChange Pin
Swiftain22-Apr-10 5:23
Swiftain22-Apr-10 5:23 
QuestionExternal css (Firefox vs IE) Pin
Morgs Morgan22-Apr-10 2:04
Morgs Morgan22-Apr-10 2:04 
AnswerRe: External css (Firefox vs IE) Pin
WoutL22-Apr-10 2:21
WoutL22-Apr-10 2:21 
GeneralRe: External css (Firefox vs IE) Pin
Morgs Morgan22-Apr-10 2:43
Morgs Morgan22-Apr-10 2:43 
GeneralRe: External css (Firefox vs IE) Pin
WoutL22-Apr-10 2:50
WoutL22-Apr-10 2:50 
GeneralRe: External css (Firefox vs IE) Pin
Morgs Morgan22-Apr-10 2:59
Morgs Morgan22-Apr-10 2:59 
GeneralRe: External css (Firefox vs IE) Pin
Gregory Gadow22-Apr-10 3:29
Gregory Gadow22-Apr-10 3:29 
Questionget a value from Datalist and bring it on popupcontrol Panel Pin
gautamamit821-Apr-10 23:50
gautamamit821-Apr-10 23:50 
AnswerRe: get a value from Datalist and bring it on popupcontrol Panel Pin
Arindam Tewary22-Apr-10 1:58
professionalArindam Tewary22-Apr-10 1:58 
GeneralRe: get a value from Datalist and bring it on popupcontrol Panel Pin
gautamamit822-Apr-10 2:23
gautamamit822-Apr-10 2:23 
QuestionRegarding Binary data write Pin
Unknown Ajanabi21-Apr-10 23:28
Unknown Ajanabi21-Apr-10 23:28 
AnswerRe: Regarding Binary data write Pin
michaelschmitt22-Apr-10 1:18
michaelschmitt22-Apr-10 1:18 
GeneralRe: Regarding Binary data write Pin
Unknown Ajanabi22-Apr-10 2:34
Unknown Ajanabi22-Apr-10 2:34 
GeneralRe: Regarding Binary data write Pin
michaelschmitt22-Apr-10 2:45
michaelschmitt22-Apr-10 2:45 
QuestionHow can i Convert currency amount in word in crystal report Pin
Sadeq Monoj21-Apr-10 17:40
Sadeq Monoj21-Apr-10 17:40 
AnswerRe: How can i Convert currency amount in word in crystal report Pin
Sandesh M Patil21-Apr-10 22:58
Sandesh M Patil21-Apr-10 22:58 
QuestionPage Methods and ASCX Pin
Matt Cavanagh21-Apr-10 14:38
Matt Cavanagh21-Apr-10 14:38 
AnswerRe: Page Methods and ASCX Pin
daveyerwin21-Apr-10 15:36
daveyerwin21-Apr-10 15:36 
roguemat wrote:
Hi. I have a situation where I need to use Page Methods instead of posts backs on an ASCX control


Hi, I'm gonna guess you are talking about asp.net ajax.
roguemat wrote:
But I cant find a way that doesnt involve putting code in the main aspx page(which I cannot do due to specifics of the project).


To do this you can use ScriptManager.GetCurrent(Page);
if you have a ScriptManager on your page already.
roguemat wrote:
I also cannot create a web service. Basically each ascx control needs to be self containing and not call anything else.



Well yeah they need to make a web request I guess.


roguemat wrote:
P.S. Update panels work for what I need, but are SLOW SLOW SLOW.


Well update panels use what we call ajax so they are just as fast
as any request made by browser.

Did I guess any thing right ?
GeneralRe: Page Methods and ASCX Pin
Not Active21-Apr-10 16:38
mentorNot Active21-Apr-10 16:38 
GeneralRe: Page Methods and ASCX [modified] Pin
daveyerwin21-Apr-10 17:30
daveyerwin21-Apr-10 17: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.