User Profile & Activity

Frank Bruce Member
Page
of 15
Posted: August 29, 2010 9:38 PM

hi Handy Surya,

I am sorry,your answer can not resolve my problem!
I wanna bind many datasets dynamically without other control like"dropdownlist"!

Like MS's Gridview :

   grid.DataSource = dataset1;
   grid.DataBind();

maybe webgrid  does not support "multiTables-Binding",is not it???

only one bind way: e.DataSource ?but this way can not bind multiTables dynamically

how can i do???

Help me please!!








 

Posted: August 26, 2010 9:07 PM

because of the access right to folder~but thank you all the same~ 

Posted: August 26, 2010 5:05 AM

Now i am using webui 2009,could you tell me that :

 

how can I fix  the XHTML doctype 1.0 bug in WebUI 2009 ?

Is there any patch for downLoad?

 

 

Posted: August 26, 2010 4:58 AM

I have met the problem before,I solve by:

 cliend side: 
               <Columns>
                <ISWebGrid:WebGridColumn Name="Checker"  IsRowChecker="true" >
            </ISWebGrid:WebGridColumn>
      ...................
                       </Columns>

server side:
protected void Button1_Click(object sender, EventArgs e)
        {     
          
            TextBox1.Text = "checked rows : \n";
            foreach (string keyValue in WebGrid1.RootTable.GetCheckedRows())
            {

                TextBox1.Text += WebGrid1.RootTable.Rows.GetRowByKeyValue(keyValue).Position + " ; \n";//current rowIndex                    
  
            }
        }

 

 

Posted: August 25, 2010 9:10 PM

thank you  yudi

 I have got it

Posted: August 25, 2010 1:42 AM

how can I fix  the bug in WebUI 2009 ?

Is there any patch for downLoad?

Posted: August 24, 2010 11:23 PM

hi Yudi :


how to download latest Version  :WebUI.NET Framework 3.0?????

I has rosolved the question!

Posted: August 23, 2010 3:48 AM

I has downloaded your  

 
but when i set
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
 
the column headers are not aligned with the actual colums
 
has the bug been fixed???
 
 
Posted: August 20, 2010 5:03 AM

the problen has been resolved !

but thank you all the same!

All times are GMT -5. The time now is 10:59 PM.
Previous Next