Click here to Skip to main content
15,896,063 members

Comments by Murugan Kolanji (Top 7 by date)

Murugan Kolanji 9-Mar-14 3:48am View    
How can I handle the positioning of the menu in Table. I do want to manipulating the order of the menu item in Database. Kindly advise us.
Murugan Kolanji 23-Dec-13 1:51am View    
right now, we are using trigger only. but we cant get the user details while raise delete trigger.
Murugan Kolanji 19-Dec-13 15:09pm View    
Try this instead of:

FileUploadControlPhoto.SaveAs(Server.MapPath("~/Images/"+ fileName));
Murugan Kolanji 19-Dec-13 14:54pm View    
I changed my code.... can you check now

Line 113: foreach (string str in splitedStr)
Murugan Kolanji 19-Dec-13 14:42pm View    
Check your connection string properly. Make sure the DB is in the same system, if not mention the DB pc ip / name in the connection string.