Search:

Type: Posts; User: nippu_m; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: How to add check box in a datagrid in windows application

    Hi,

    You have to use tablestyles while bind the data to grid,
    Create DataGridColumnStyle for each column.
    for first column if u need check box follow this code.

    DataGridTableStyle tblstyle =...
  2. Answers
    2
    Views
    12,231

    Re: C# Storing Images

    After getting the image path follow this :
    private void upload()
    {
    try
    {
    //read image bytes into a byte array
    byte[] imagedata = readfile(txtimagepath.text);
    //initialize sql server...
  3. Answers
    2
    Views
    12,231

    Re: C# Storing Images

    After getting the image path follow this : private void upload() { try { //read image bytes into a byte array byte[] imagedata = readfile(txtimagepath.text); //initialize sql server connection...
  4. Answers
    2
    Views
    6,455

    ASP.NET Re: How to create a custom role provider

    The web.config file will need several new pieces. In order to glue the Login control to your custom membership provider, you will need a section called <membership>. You can set the properties of the...
  5. ASP.NET Re: ODP.NET - Populating a Dataset with Multiple Data Tables

    Hi,
    The following code will set the two tables in one dataset.

    //Create a SqlConnection and SqlDataAdapter object
    string ConnectionString = @"User ID=sa;Initial...
  6. Answers
    1
    Views
    3,886

    ASP.NET Re: treeview control

    Hi,

    Your question is not clear,please tell me clearly to answer this.
  7. Answers
    10
    Views
    6,877

    ASP.NET Re: Show message on my webpage

    If there is no data to disply, the following code will show the message "No records found" in webpage.

    <table style="width: 100&#37;; height:90%" border="0">
    <tr style="width: 100%; height:300px"...
Results 1 to 7 of 8
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact