No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
On clicking 'edit' button in grid view, it should auto populate the FileUploadControl textbox with the path name (of the image stored in db of type varbinary' I tried the following statement, but it throws error. FileUploadControl.PostedFile.FileName = (byte[])dsModuleDetails.Tables[0].Rows[0]["InvoiceFile"];
I am new to asp.net. I have many pop up pages to be designed. But I feel the pop up pages used using ModalPopUpExtender does not have a rich UI. Can anybody help me out with an alternate for using the ModalPopUpExtender? Because I need rich UI. Many thanks in …
I have 'bit' datatype in db. I convert its equivalent datatype to 'bool' in c# when i declare. protected bool e_Status; And when I set the property for the above, public bool Status { get { return e_Status; } set { e_Status = value; } } Now how do I …
I am very new to c#. How do I write a code for this scenario, There is one Button in my web form. If I click on it, It should retrieve all the names of customers from the database. Can someone please give guide me with code Did not find …
The End.
sukhanya