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.

~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Goomba79

Hello, I have an annoying little problem. i am wanting to display data in a chart on my web form. The X axis is the Op Number The Y axis is Competence (1 to 5) Say the Op Numbers for a certain stage are 10 30 55 80 the X …

Member Avatar for kvprajapati
0
119
Member Avatar for Goomba79

Hello, I have a few charts on my web form. they ar eall working apart from one! my code thats populating the cart is as follows Protected Sub ddlUserBm_SelectedIndexChanged(sender As Object, e As System.EventArgs) Handles ddlUserBm.SelectedIndexChanged Dim USerBM As String = ddlUserBm.SelectedValue con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = ../SR.mdb" sql = …

0
62
Member Avatar for Goomba79

Hello, I have a dataset populated with data from my database as follows con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = ../SR.mdb" sql = "Select Description from " & TheBm & " where OpNo = " & myOp & " " DSeS = ESDatCon.SelectData(sql, con) i have a string vairable called OpDesc i …

Member Avatar for vinayphadke
0
73
Member Avatar for Goomba79

Hello, I would like to tie a dropdown list to my dataset that i have populated from my database. however, there are repeated values in the datatable. my table is as below... BMNO CellName 123 office 242 office 678 production 290 production 101 productiom 890 stores 512 Goods In 514 …

Member Avatar for ndeniche
0
132
Member Avatar for Goomba79

Hello (again) I have a text box that i am trying to put the value of a selected item of a dropdown list in... Protected Sub ddlCell_SelectedIndexChanged(sender As Object, e As System.EventArgs) Handles ddlCell.SelectedIndexChanged Dim reply As String = ddlCell.SelectedValue txtCheck.Text = reply End Sub but when i select something …

Member Avatar for Goomba79
0
153
Member Avatar for Goomba79

Hello, I need to start a when a button is clicked on my form in a windows application i'd use timer.start() but i dont seem to have this option with my webform any idea how i can have the timer idle on page load and start it on button click? …

Member Avatar for Goomba79
0
201
Member Avatar for Goomba79

Hello everyone.... I would like to display data from my database in a chart. I don't seem to be able to figure out how to get it working though! I have tried the following code to bind the chart to my dataset but no joy! con.ConnectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = …

Member Avatar for Goomba79
0
138
Member Avatar for Goomba79

Hello, In my webform I have a listbox that is populated with document names that it gathers from a folder on the server. there are various document types excel pdf, word etc.. Can I open them in the web browser when hey are selected in the list? I have tried …

Member Avatar for Goomba79
0
129
Member Avatar for Goomba79

Hello, is it possible to refresh my gridview table without reloading the page? i'm inserting/updating data on a button click and would like the gridview to refresh when the data has been updated. it is bound to a database, so i guess i could just run the select command again …

Member Avatar for kvprajapati
0
86
Member Avatar for Goomba79

Hello (again) I have a problem with my SQL, all the other statements i have written work so I can't understand why this one isn't!! the sql is... sql = "Select * From Skills Where StampNo = " & Stamno & " Cell = " & cell & " And …

Member Avatar for Goomba79
0
125
Member Avatar for Goomba79

Hello, I have got a dropdown box that is displaying data from a table in my database. when i select an item in the list i want to change the text in a label to what has been selected in the list. this is the code I am using to …

Member Avatar for Goomba79
0
215
Member Avatar for Goomba79

Hello, I have got an image at the top of my page, in the div logindisplay container. in design view it looks alright but when i preview it in the browser it doesn't! how do i get it to display correctly? I am really new to asp.net so I imagine …

Member Avatar for Goomba79
0
103
Member Avatar for Goomba79

Hello, I am trying to make a web site. i have started to play about with the style sheet that is auto generated the make it how i like, My question is how can i put a background image in the .LoginDisplay class? I have tried editing it as follows …

Member Avatar for Goomba79
0
93
Member Avatar for Goomba79

Hello, I have got a message box that is displayed when a database is successfully updated. my problem is when it displays the msgbox it is behind the browser. how can i make it so it is displayed on top of the browser? can i also get it to run …

Member Avatar for Goomba79
0
123
Member Avatar for Goomba79

Hello, I am new to asp.net i have had some experience making windows in vb.net (VS2010) I am trying to get my web to query a database then I want to display some of the returned data. the code I have is.. Imports System.Data.OleDb Partial Class Demos_Iain Inherits System.Web.UI.Page Protected …

Member Avatar for poojavb
0
157