Forum: ASP.NET Jun 23rd, 2008 |
| Replies: 2 Views: 733 In my error list, it states that
'Context' is not a member of '_Default'.
And in my first line of ASP.NET, i found this:
<%@ Page Language="VB" AutoEventWireup="false"... |
Forum: ASP.NET Jun 22nd, 2008 |
| Replies: 2 Views: 733 Em, i'd used ASP.NET for 1 month, but recently when i drag a control on .aspx interface, says DropDownList9, and in aspx.vb interface, i try to type DropDownList9, but it keeps saying i did not... |
Forum: ASP.NET May 9th, 2008 |
| Replies: 4 Views: 1,408 good...thanks first, lets say i have this randomized text file:
RFG678,1PASS,2FAILED,FGYIJUH,324,5,6,7
RF34S8,1PASS,2FAILED,FGYIJUH,324,1,6,6
.........
and i use the code below:
Dim... |
Forum: ASP.NET May 8th, 2008 |
| Replies: 1 Views: 598 Basically i am having a big project, my idea is like this:
From a text file, i need to rename the .txt extension to .csv, so that i no need to split line by line. Then, from the excel file, i need... |
Forum: ASP.NET May 7th, 2008 |
| Replies: 4 Views: 1,408 Some how it just separate the string by comma, adding cell by cell and then repeat, look like this:
XXX XXXX XXXXX XXXXX XXXXXX
XXX XXXX XXXXX XXXXX XXXXXX
XXX XXXX XXXXX XXXXX ... |
Forum: ASP.NET May 7th, 2008 |
| Replies: 2 Views: 1,274 I already solved it. Thanks aniway |
Forum: ASP.NET May 7th, 2008 |
| Replies: 4 Views: 1,408 Erm, how to split a string using comma separated into a table? Below is my code but the output seems weird:
Lets say the row has 40 elements and 30 rows:
For Count = 0 To UBound(MyArray)
... |
Forum: ASP.NET May 7th, 2008 |
| Replies: 2 Views: 1,274 erm, hi everyone, i am working on chart using dundas chart, i already load the .dll file to the toolbox, drag it for its control, load the .mdb file as well for the data source, and when i try to... |
Forum: ASP.NET May 4th, 2008 |
| Replies: 1 Views: 1,299 to make it easier, i need to loop through all the radio buttons so that it is more manageable, i use the code below:
Me.Controls("RadioButton" & i).Checked = True
However, i get this error... |
Forum: ASP.NET May 2nd, 2008 |
| Replies: 1 Views: 605 Hi everyone, i am a newbie in ASP.NET. I currently working with tonnes of data obtained from the machines, by means to categorize it and display it in the form of graph and chart. The data source... |