- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
4 Posted Topics
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 …
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.....
[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.....
[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..... …
The End.
willopt_ric