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:817438
More Search Options
RSS Available
Matching Posts
Re: Cast a UserControl base class to another class
import is just like adding namespace, where register use to access your control in design. Hope this helps. please mark it as answer if it has your solution
Posted to
Web Forms
(Forum)
by
bhadelia.imran
on 10/22/2009
Re: Cast a UserControl base class to another class
My dear friend use <%@ Import %> not reference
Posted to
Web Forms
(Forum)
by
bhadelia.imran
on 10/21/2009
Re: Cast a UserControl base class to another class
I am not sure about question; are you using somecontrl in code behind loading dynamic and now you want to cast to specif class so you can use the member function and variable is it what your goal is? and you dont find your specifi control class? If yes then have you added that control in <%@ Import %> directive? Or if I understand wrong then please be more specific, will try to help you out.
Posted to
Web Forms
(Forum)
by
bhadelia.imran
on 10/20/2009
Re: Cast a UserControl base class to another class
Have you tried my solution?
Posted to
Web Forms
(Forum)
by
bhadelia.imran
on 10/20/2009
Re: Login Status
Are you using form based authentication? If yes then only you can take advantage of login status control. You dont need anything else.
Posted to
Security
(Forum)
by
bhadelia.imran
on 10/19/2009
Re: if NULL then how can I return as 0
You should check null for quantity, if its null then make it 0 then do sum select sum(ISNULL(quantity,0))Qty from InventoryProductMaster where productId='1'
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
bhadelia.imran
on 10/19/2009
Re: how to achieve this query?
Check this out. http://knowledgebaseworld.blogspot.com/2008/12/string-concatenation-in-sql.html
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
bhadelia.imran
on 10/19/2009
Re: if NULL then how can I return as 0
@BlogPortalist: Thanks for Correcting me, in that case either we can use COALESCCE function or do double check by adding one more ISNULL condition after doing sum
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
bhadelia.imran
on 10/19/2009
Re: Class file help in C#
You should create one class which inhertis from Page, write your both funcitno there one pre init and other is your method. inherit all your aspx page from newly created class. something like public class BasePage : System.Web.UI.Page { protected override void OnInit(EventArgs e) { base.OnInit(e); if (Cache["cachedMaster"] == null) { GetMasterPage(); } else { string loadMasterFromCache = Cache["cachedMaster"].ToString(); this.MasterPageFile = loadMasterFromCache; } } private void
Posted to
C#
(Forum)
by
bhadelia.imran
on 10/19/2009
Re: Inherit DirectoryInfo?
Then create your own directory info class using singleton pattern which inside use object of DirectoryInfo class , add your method there. Use your new class whenever you need DirectoryInfo class
Posted to
Getting Started
(Forum)
by
bhadelia.imran
on 10/19/2009
Page 1 of 48 (473 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online