Ask a Question related to ASP.NET Building Controls, Design and Development.
-
yp.yean@gmail.com #1
How to implement interface's method in aspx?
Hello,
I have a ASP.NET control with interface called "INamingRule". The
interface structure as follows:
public interface INamingRule
{
string GenerateName ();
}
Now I want to let ASP.NET application developers to develop their own
naming rule by implement GenerateName() method in aspx (web
application). I have no idea how to implement this feature in my server
control. Could somebody can give me the suggestion?
Thank you for any suggestion.
yp.yean@gmail.com Guest
-
#39228 [NEW]: PDO: implement randomRow method
From: selecter at gmail dot com Operating system: Linux PHP version: 5.1.6 PHP Bug Type: Feature/Change Request Bug... -
#39228 [Bgs->Opn]: PDO: implement randomRow method
ID: 39228 User updated by: selecter at gmail dot com Reported By: selecter at gmail dot com -Status: Bogus +Status:... -
passing a token from pageA.aspx to pageB.aspx
I am trying to get pageA.aspx gridView to pass a key (say deptID) to pageB.aspx which will use the value passed as a filter in it's own griView... -
Is creationComplete=method() or initialize=method() theright solution for such kind of problem or ...?
Hi everybody, I am using web service in my flex application and I want to visualize some data from collection of objects taht I receive from my Web... -
aspx - string from method from in inherited class not working
Hi all, tricky to explain this one: have got a class called Language which extends System.Web.UI.Page Language has a method "getText()" which... -
Gaurav Vaish \(www.EduJiniOnline.com\) #2
Re: How to implement interface's method in aspx?
> Now I want to let ASP.NET application developers to develop their own
What do you mean by "their own naming rule"?> naming rule by implement GenerateName() method in aspx (web
> application). I have no idea how to implement this feature in my server
> control. Could somebody can give me the suggestion?
Why would you want that? Does it give any advantage over current
control-naming (ID, UniqueID, ClientID)?
--
Happy Hacking,
Gaurav Vaish | [url]http://www.mastergaurav.com[/url]
[url]http://www.edujinionline.com[/url]
[url]http://articles.edujinionline.com/webservices[/url]
-------------------
Gaurav Vaish \(www.EduJiniOnline.com\) Guest



Reply With Quote

