Hi I am new in develoment can please any one help. I have had menu id "Menu3" in Menu.ascx file and i have .aspx pages. Menu3 has 4 options and every option has its own sub options Here is main structure of Menu3 Report Data Operation Logout I have two categories of users Admins and non Admins. I don't want to show "Operation" to non-admins. I need to decide at login time.I had saved admin flag in Session (user is admin or not) but how can i disable "operation" if flag is false in .aspx page_load event. I already include Menu.ascx in aspx pages. I am using VS2008. thanks
User 2840174
Posts
-
Urgent Menu Querry -
Urgent Menu QuerryHi I am new in develoment can please any one help. I have had menu id "Menu3" in Menu.ascx file and i have .aspx pages. Menu3 has 4 options and every option has its own sub options Here is main structure of Menu3 Report Data Operation Logout I have two categories of users Admins and non Admins. I don't want to show "Operation" to non-admins. I need to decide at login time.I had saved admin flag in Session (user is admin or not) but how can i disable "operation" if flag is false in .aspx page_load event. I already include Menu.ascx in aspx pages. I am using VS2008. thanks
-
Can any one help please?I am doing work in asp.net using c# in VS2008. I would like to give output in java script window because client dont want button and address, tool bars. so i need to design my own window for out put. I am very new in this field. I really don know which ddl i need to use and where i need to place code (in html, in page_load) Can any one please help me in this regard? thanks
-
Can any one help plz?I am using crystal reports in my project. Every thing is fine but when i am trying to export report into any other format it gave me an error "LOAD FILE FAILED". Please help me how i can resolve this error. I am using VS2008, Crystal Report 10 and sql2005 thanks
-
Please Can any one Helpsorry guys, all done thanks
-
Please Can any one HelpI am getting problem in searching. I am using SQL2005 and C#.net 2008. I have 6 text boxes to take input from user. input is depend upon user either input for search in 1 textbox, either input in 2 or either input in 3 or in all i am looking how can i handle it. i am not using data set in this application at all. i have stproc for all other operations. please let me know how can i handle it. thanks
-
Need Some Help PleaseWhat i need to do is to Insert a record into a primary table and then insert a corresponding record into the child table.My problem is that the Primary column is an identity column so after inserting into the primary table when i need to insert into the child table i need to know the the primary columns value(which is auto generated by the database) and then use this value to inert into the child table.Any one who faced this problem earlier :^) . i am using sql2005 and c# 3.5. No Data Set Involved in it. Zubair