Click here to Skip to main content
15,867,860 members

Comments by Raghunatha_Reddy_S (Top 18 by date)

Raghunatha_Reddy_S 24-Aug-12 2:55am View    
<script type="text/javascript">
function clicked(item) {
alert(item.id);
}
</script>


<div önclick="clicked(this);" id="test">test</div>
Raghunatha_Reddy_S 10-Aug-12 4:33am View    
Thanks
Raghunatha_Reddy_S 10-Aug-12 3:29am View    
Thanks
Raghunatha_Reddy_S 10-Aug-12 3:28am View    
Thanks for your reply. My requirement is
1) I required one user to create database, tables, stored procedures and views.
2) Another user to access the data in the tables and execute stored procedures only.
Could you please tell me what server level and database level permissions required for these, I have little bit confusion in this.
Raghunatha_Reddy_S 8-Aug-12 9:02am View    
when you try to convert null value in Session["userid"] to string you will get this error