Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for sukhanya

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"];

Member Avatar for gusano79
0
179
Member Avatar for sukhanya

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 …

Member Avatar for BhuvanRam
0
77
Member Avatar for sukhanya

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 …

Member Avatar for sukhanya
0
782
Member Avatar for sukhanya

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 …

Member Avatar for sukhanya
0
147