Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~377 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for willopt_ric

Actually i want to add roles to my asp.net application.....how to do do that programatically??? i did in c# like... Roles.CreateRoles("admin") but its showing error:c:\inetpub\wwwroot\RoleMgtTest1\WebForm1.aspx.cs(75): The type or namespace name 'Roles' could not be found (are you missing a using directive or an assembly reference?) Can ny one plz help …

0
65
Member Avatar for willopt_ric

Hi... M working with ListBox Control in aspx.cs. Can AnyOne help me out regarding....How to ensure that atleast one item gets selected in a listbox before button click event gets fired when button is clicked??? Thanks in Advance.....

Member Avatar for Kusno
-1
128
Member Avatar for RAMAN2233

[QUOTE=RAMAN2233;1051183]Does anyone knows about how we can delete duplicate fields in the database? Thank u in advance.......[/QUOTE] delete from table where rowid not in(select min(rowid) from table_name group by C1,c2,c3....(all column names)); Like this ...u can write in oracle....like to know from u for further clarifcations.....

Member Avatar for willopt_ric
-1
85
Member Avatar for RAMAN2233

[QUOTE=RAMAN2233;1054388]how to move items from listbox1(which is populated from backend database) to listbox2(which is empty). Now after that i have to add listbox2 items to database. Thank u in advance......[/QUOTE] Hi Raman....i dnt hav .net framework.....so i cannot write the xact code..bt in the button click event the code is..... …

Member Avatar for willopt_ric
0
99

The End.