how can we pass an interface to a class as constructor in c#.net
anujose
Posts
-
Regarding Interface -
Tab is not working properly once postback happensHi i have a web page with 10 textbox control. i have set TabIndex for each control .it is working properly if there is no postback. if i postback date on textchange event the tab is not working properly .it is going somewhere else can any one help me for this problem With regards , anu
-
Difference between SQLSERVER 2000 and SQLSERVER 2005Hi, can any one tell me what is the Difference between SQLSERVER 2000 and SQLSERVER 2005 With Regards, Anu
-
don't want to display the query string in address barHi, in asp.net 2.0 i am redirecting from one page to another page. i am passing some values to another page using querystring.i don't want to display the query string in address bar.how can i do that?can anybody helps me? With regards, anu
-
Coonection Strings in web.configHi, in asp.net why we are writing connection strings in web.config?.can't we store connection strings in class or in any dll. With regards, anu
-
Using usercontrol in one project to another projectweb user control .
-
Using usercontrol in one project to another projectHi, How can i add it into the solution Explorer Anu
-
Using usercontrol in one project to another projectHi, i have one project named P1 with lot of forms and usercontrol and one usercontrol named Login control.One more project is there .i want to use the usercontrol Login control in p1 to this project .how can i do that? This is a asp.net Project not windows applivcation Can anyone help me.It is urgent With regards, Anu
-
Dropdown Textbox in asp.netNo
-
Dropdown Textbox in asp.netHi, i want to Filter Items in a dropdown box when i type data in textbox.ie,if i will type A i want to display items from database based on A and when i press enter from the box i want to display that specified name in Textbox.based on that name i want to display value also.i want to scroll the items in that box also.if any one knows about this please let me know at the earliest with regards, Anu
-
Concatenating Columns in queryya.i got .it is 'COALESCE'. Not 'COALESEC'
-
Concatenating Columns in queryit is showing an error Msg 195, Level 15, State 10, Line 1 'COALESEC' is not a recognized built-in function name.
-
Concatenating Columns in queryHi, i am using sql server 2005 and i am writing one query to concatename 3 column values.. SELECT distinct(P.firstname + ' ' + P.middlename + ' ' + P.lastname) AS UserName ,P.Id as UserId,G.Id,G.Fkgroupid FROM c_Groupmember G,c_Person P where P.Id=G.FKUserid and G.FKgroupId=" + Id + " and P.Status=0 order by P.firstName asc it will disply the username if first name and lastname is there .if there is only firstname .then i won't display any value?.... what is the solution for this ?.in query itself i need to get all the usernames. with regards anu
-
Problem with validationthen it is working correctly
-
Problem with validationButton JavascriptFunction function SubmitForm() { var msg= confirm('Stock is going to update.Do you want to continue?'); if(msg==true) { return true; } else { return false; } } TextBox Validation Control
-
Problem with validationif any error with javascript function it wouldn't be worked according to the selection.it is working correctly when i click ok and cancel
-
Problem with validationOnclient click of button i have written return confirm('Stock is going to update.Do you want to continue?');
-
Problem with validationi am calling one confirmation message written in javascript when clicking on a button.at the same time i am using one required field validater to check whether user has entered value on one textbox.but it is not fireing the validation control.if i remove the client side script then the validation control is wroking correctly on button click .how can i solve it?......
-
Deleting record from a parent tableHow can i switched of cascading deletes. actually i am not deleting the full record from parent table.just i want to check checking whether it contains child rows or not Anu
-
Deleting record from a parent tableHi, i have a parent and child tables. when i am deleting a row from a parent table i want to check wheter that value in Primarykey column exits in childtables or not(it is a forien key in child tables) without mentioning the child table names.ie; i should be generic..i am using sqlserver 2005. Anu