Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:877691
More Search Options
RSS Available
Matching Posts
Re: call javascript function from middle of a click event
Hi All, sorry I could not reply as I was filled up to my neck. However,I tried all those methods but it did not give me any luck.Finally I managed to do some hack and fix it. thanks again. regards Gayan
Posted to
Web Forms
(Forum)
by
gayan_aspnet
on 12/27/2009
call javascript function from middle of a click event
Hi All, I have a javascript function called test() in my aspx file. I want to call that function somewhere inside a button click in my server side.button is created dynamically and it uses ajax. example: aspx file <script language='javascript'> function test(){ show_divinfo(); } </script> cs file button_click() { //do some server side processing and get some results depending on the results,i have to display/call the javascript function. //do something else after user's response
Posted to
Web Forms
(Forum)
by
gayan_aspnet
on 11/26/2009
Re: Adding an item to existing cache that is in the from of dataset
u r welcome! u can start from here..this is really good for a start http://quickstarts.asp.net/QuickStartv20/aspnet/doc/caching/default.aspx
Posted to
State Management
(Forum)
by
gayan_aspnet
on 7/1/2009
Re: save error in session
Generally all above attempts do work, but check the number 4th post of the following thread. I hope it will give you some luck! http://www.velocityreviews.com/forums/t282576-aspnet-20-session-availability-in-globalasax.html cheers!
Posted to
State Management
(Forum)
by
gayan_aspnet
on 6/29/2009
Re: Adding an item to existing cache that is in the from of dataset
didn't you try by casting the cache object to data set without putting it in to whole new dataset? because, cache returns generic object rather than a particular type. just give it a try! ((DataSet)Cache['xxx']).methodname() cheers!
Posted to
State Management
(Forum)
by
gayan_aspnet
on 6/28/2009
Re: save error in session
try this, HttpContext.Current.Session["CurrentError"]
Posted to
State Management
(Forum)
by
gayan_aspnet
on 6/28/2009
customize server control automatic naming
Hi All, I have a general page structure as Masterpage -> content place holder -> gridview -> child controls(such as check boxes) once the data grid has been rendered, it generates all the control names according to the asp.net naming methodology. eventhough it does not affect top level controls, it does affect with most bottom controls in the hierachy. Eg: checkbox control will get its ID like ct100_mainContent_GridView_CheckBox and its name would be similar to above after replacing '_'
Posted to
Web Forms
(Forum)
by
gayan_aspnet
on 6/26/2009
Filed under: custom control names, large control names, Control naming
Re: customize server control automatic naming
yep,it was my thought as well for the time being, but then it will loose the readability and downgrade standards, also we use naming conventions which break it if I do so.anwyay thanks for u r reply.
Posted to
Web Forms
(Forum)
by
gayan_aspnet
on 6/26/2009
Page 1 of 1 (8 items)
Silverlight:
ASP.NET 4, ASP.NET MVC, and Silverlight 4 Videos of my Talks in Europe
Channel 10:
Faster Solid State Drives for Windows 7 Arrive
ASP.NET:
Death to confirmation dialogs with jquery.undoable
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online