Click here to Skip to main content
15,909,324 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: acessing MDI form status bar from other forms/public methods Pin
Dave Kreskowiak12-Dec-07 10:19
mveDave Kreskowiak12-Dec-07 10:19 
Generalmoving a Form With No Border Pin
Orlando_Herrera12-Dec-07 8:01
Orlando_Herrera12-Dec-07 8:01 
GeneralRe: moving a Form With No Border Pin
Christian Graus12-Dec-07 8:56
protectorChristian Graus12-Dec-07 8:56 
GeneralRe: moving a Form With No Border Pin
Kristian Sixhøj12-Dec-07 9:05
Kristian Sixhøj12-Dec-07 9:05 
GeneralRe: moving a Form With No Border Pin
The ANZAC12-Dec-07 10:25
The ANZAC12-Dec-07 10:25 
GeneralProgrammatically add dropdowns to gridview Pin
Coleenh12-Dec-07 6:02
Coleenh12-Dec-07 6:02 
GeneralRe: Programmatically add dropdowns to gridview Pin
Michael Sync12-Dec-07 21:12
Michael Sync12-Dec-07 21:12 
GeneralRe: Programmatically add dropdowns to gridview Pin
Coleenh13-Dec-07 6:12
Coleenh13-Dec-07 6:12 
Thanks Michael - I tried that; the problem is that there is not a member of the TemplateField that allows me to "tell" that field that it needs to be a dropdownlist in the VB codebehind. When I do this:

Dim tfModeTy as new TemplateField
tfModeTy. there is no selection of dropdown list - so I tried tfModeTy.EditItemTemplate and the only available method is InstantiateIn - which I don't understand how to use. Is there any documentation on how to make the EditItemTemplate into a dropdownlist? I've gotten a very good link on this - but unfortunately I don't quite understand how to implement it. It really makes no sense that in the ASP.Net code I could easily write:

<asp:TemplateField HeaderText="Cities">
<ItemTemplate>
<asp:DropDownList ID="ddlCities"AutoPostBack="true" runat="server"
OnSelectedIndexChanged="ddlCities_SelectedIndexChanged"></asp:DropDownList>
</ItemTemplate>
</asp:TemplateField>

And yet in the VB Code Behind there is no option on the ItemTemplate of DropDownList! Why not? And if there is, can you please give me an example of what it is - 'cause I sure am not getting those choices in my VB.Net codebehind!

Thanks!
Coleen
"Even the smallest foot leaves an impression"

GeneralRe: Programmatically add dropdowns to gridview Pin
Michael Sync13-Dec-07 16:09
Michael Sync13-Dec-07 16:09 
GeneralRe: Programmatically add dropdowns to gridview Pin
Coleenh14-Dec-07 7:00
Coleenh14-Dec-07 7:00 
GeneralDtection of OS Pin
billythekidney12-Dec-07 4:05
billythekidney12-Dec-07 4:05 
GeneralRe: Dtection of OS Pin
Luc Pattyn12-Dec-07 5:34
sitebuilderLuc Pattyn12-Dec-07 5:34 
GeneralMySql database does not store "\" (backward slash) when query using vb.net Pin
Rupesh Kumar Swami12-Dec-07 2:28
Rupesh Kumar Swami12-Dec-07 2:28 
GeneralRe: MySql database does not store "\" (backward slash) when query using vb.net Pin
Dave Kreskowiak12-Dec-07 3:29
mveDave Kreskowiak12-Dec-07 3:29 
GeneralSelect 'AsplData','Select * from Customer order by customer','C:\test.xls' Pin
Atheeque12-Dec-07 2:16
Atheeque12-Dec-07 2:16 
GeneralRe: Select 'AsplData','Select * from Customer order by customer','C:\test.xls' Pin
Dave Kreskowiak12-Dec-07 3:24
mveDave Kreskowiak12-Dec-07 3:24 
GeneralMoving from VB6 to VB what Pin
johnsevennl12-Dec-07 0:53
johnsevennl12-Dec-07 0:53 
GeneralRe: Moving from VB6 to VB what Pin
Dave Kreskowiak12-Dec-07 3:22
mveDave Kreskowiak12-Dec-07 3:22 
GeneralRe: Moving from VB6 to VB what Pin
johnsevennl12-Dec-07 11:36
johnsevennl12-Dec-07 11:36 
GeneralRe: Moving from VB6 to VB what Pin
darkelv12-Dec-07 16:44
darkelv12-Dec-07 16:44 
General[Message Deleted] Pin
Deepthy.P.M11-Dec-07 23:07
Deepthy.P.M11-Dec-07 23:07 
GeneralRe: i want to create a chat window in VB.net. Pin
Christian Graus11-Dec-07 23:14
protectorChristian Graus11-Dec-07 23:14 
Generalnewbies and chat apps Pin
The ANZAC11-Dec-07 23:46
The ANZAC11-Dec-07 23:46 
General[Message Deleted] Pin
Deepthy.P.M11-Dec-07 22:52
Deepthy.P.M11-Dec-07 22:52 
GeneralRe: is it possible to send a template in windows application to web application Pin
Christian Graus11-Dec-07 23:12
protectorChristian Graus11-Dec-07 23:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.