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:847947
More Search Options
RSS Available
Matching Posts
Same Javascript Function in .aspx and .ascx
Hi, I have two javascript inline functions, one in User Controls and another in .aspx Page with same name. I need.. when I click Button1 on User Control, that should fire the User Control Javascript function and when I click on Button2 on page, in this case it should fire the javascript function in page. But now. it is firing Javascript function in User control both the cases. Please help me... Thanks Srinivas
Posted to
Client Side Web Development
(Forum)
by
srinivasanugula
on 12/24/2009
Re: textfield
Hi, In the page_load simply check if the session is NULL or not. if (session("UserID") == NULL) { btnSignIn.visible=true; } else { btnSignOut.visible=true; }
Posted to
Web Forms
(Forum)
by
srinivasanugula
on 12/20/2009
Re: How to prevent IE to reload the page after hitting "back" button?
May be your browser not caching the page, try this in page load... Response.Cache.SetCacheability(HttpCacheability.Public); Thanks Srini
Posted to
State Management
(Forum)
by
srinivasanugula
on 12/17/2009
Re: Javascript problem in UserControl
Great!!! ....Its working fine when I place my inline javascript to .js file.. Thanks Srini
Posted to
Client Side Web Development
(Forum)
by
srinivasanugula
on 12/15/2009
Re: ListItemCollection and Viewstate Problem in Usercontrol
Yes you are right, but i am not able to store the ListItemCollection into Viewstate because it does not supporting serialization. actually, i am getting problem in storing ListItemCollection in Viewstate.. Please help me. (I have a one solution, I am converting ListItemCollection to string, then storing the string in viewstae....finally retrieve the string from viewstate and converting into ListItemCollection) Thanks Srini
Posted to
State Management
(Forum)
by
srinivasanugula
on 12/14/2009
Javascript problem in UserControl
I created a user control(multiSelectDropdown), it has some javascript functions and It is working fine in normal .aspx page, but when I place the control in Repeater, its getting javascript error as "Object Required". I am sure, I am passing all ClientIDs as parameters to javascript functions.. And, when I place a the control in .aspx page, then both the controls are working fine. Please help me. <script language="javascript" type="text/javascript"> function ShowMList
Posted to
Client Side Web Development
(Forum)
by
srinivasanugula
on 12/14/2009
ListItemCollection and Viewstate Problem in Usercontrol
hi, I am using ListItemCollection in User Control, my problem is ListItemCollection is not persisting in postbacks. 'here is my code <ParseChildren(True)> _ <Themeable(True)> _ <Serializable()> _ Partial Public Class MultiselectDropDown Inherits System.Web.UI.UserControl Implements IPostBackDataHandler Implements INamingContainer<PersistenceMode(PersistenceMode.InnerProperty)> _ Public Property Items() As ListItemCollectionGet If _items Is Nothing Then _items = New ListItemCollection
Posted to
State Management
(Forum)
by
srinivasanugula
on 12/12/2009
Re: error handling
just debug your code.. add the worker process to your application, than hopefully that should debug your application.. setting... Debug- AttachToProcess. (select the worker process wp.exe) looking your code..will reply soon..
Posted to
Getting Started
(Forum)
by
srinivasanugula
on 12/12/2009
Re: error handling
can you elaborate your problem...
Posted to
Getting Started
(Forum)
by
srinivasanugula
on 12/12/2009
Re: Viewstate is not maintained
any solution for this issue...thanks in advance. Srini
Posted to
State Management
(Forum)
by
srinivasanugula
on 12/12/2009
Page 1 of 7 (70 items) 1
2
3
4
5
Next >
...
Last »
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
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online