Forum: ASP.NET May 5th, 2007 |
| Replies: 0 Views: 670 hi..good day to all..
i want to ask..
i have a page "coverletter.aspx"..
in the page_load, i would like to check whether the surveyID contains any cover letter or not..if there is any, i wanted to... |
Forum: ASP.NET May 5th, 2007 |
| Replies: 0 Views: 1,641 hi..
i wonder, what is wrong with my code? i want to let user update their previous question based on question number they selected.
i have a dropdownlist called qnum. when the qnum index changed,... |
Forum: ASP.NET May 2nd, 2007 |
| Replies: 2 Views: 1,039 OMG...
i'm totally forgot about the not ispostback..
thank you f1 fan for your help..
i believe that sometimes, we can't really see what we are actually doing...haha...
anyway, thanks..thank... |
Forum: ASP.NET May 2nd, 2007 |
| Replies: 2 Views: 1,039 i have a problem.. i just can't see where i did go wrong..
when my page loads, i want the name and email appear in the textbox so that user can edit their name and email...but then, it doesn't... |
Forum: ASP.NET May 1st, 2007 |
| Replies: 2 Views: 3,649 i have a dataset
Dim query1 As SqlDataAdapter = New SqlDataAdapter("SELECT * FROM AnswerList WHERE SurveyID=83 AND QuestionNum='" & counter & "'", strConnection)
Dim ds As New... |
Forum: ASP.NET May 1st, 2007 |
| Replies: 1 Views: 8,418 i've got this code to create control at runtime..
the problem is that i've forgotten the link and i can't refer to its documentation....
the problem is...i don't understand this line:
Dim parent... |
Forum: ASP.NET Apr 29th, 2007 |
| Replies: 1 Views: 856 hi..good day to all
i have a table: Question
atttributes: SurveyID(FK),QuestionID(PK),QuestionNum,Question and QuestionTypeID
if i have a dropdown list specifying the list of QuestionNum in my... |
Forum: MS SQL Apr 29th, 2007 |
| Replies: 2 Views: 1,157 hi..good day to all
i have a table: Question
atttributes: SurveyID(FK),QuestionID(PK),QuestionNum,Question and QuestionTypeID
if i have a dropdown list specifying the list of QuestionNum in my... |
Forum: MS SQL Apr 29th, 2007 |
| Replies: 1 Views: 1,140 ok..ok
finally i understand..
now i've changed my column DateCreated in MSSQL to accept null values..
and inside my form at ASP.NET..i've changed my sql statement to..
sql2 = "INSERT INTO... |
Forum: MS SQL Apr 29th, 2007 |
| Replies: 1 Views: 1,140 hi..
i've created a table named :Survey
CREATE TABLE [dbo].[Survey] (
[CustomerID] [int] NOT NULL ,
[SurveyID] [int] IDENTITY (1, 1) NOT NULL ,
[SurveyTitle] [varchar] (500)... |
Forum: VB.NET Apr 29th, 2007 |
| Replies: 1 Views: 1,096 hi..
i've created a table named :Survey
CREATE TABLE [dbo].[Survey] (
[CustomerID] [int] NOT NULL ,
[SurveyID] [int] IDENTITY (1, 1) NOT NULL ,
[SurveyTitle] [varchar] (500)... |
Forum: VB.NET Apr 29th, 2007 |
| Replies: 0 Views: 6,003 hi..i'm doing my final year project on creating Questionnaires template. i have problem with viewing my OptionLIst. I have 2 dataset..all i want to do is to preview all my Question & Answer..i can... |
Forum: MS SQL Apr 28th, 2007 |
| Replies: 1 Views: 3,616 hi..
i'm having a table called "Survey". Whenever user create survey, it will store the date and time the survey was created.
CREATE TABLE [dbo].[Survey] (
[CustomerID] [int] NOT NULL ,
... |
Forum: VB.NET Apr 24th, 2007 |
| Replies: 1 Views: 1,408 In addition...Right now, all the controls didn't show up in page_load\
where did i do wrong? |
Forum: VB.NET Apr 24th, 2007 |
| Replies: 1 Views: 1,408 hi..
i wanna ask...how can i add controls such as RadioButton @ CheckBoxes @ TextBox into panel?
i need to view my OptionList based on my QuestionType
Dim sql As SqlCommand=("SELECT... |
Forum: VB.NET Apr 23rd, 2007 |
| Replies: 6 Views: 3,017 ok...thanks hollystyles
now i've already got the solution...
i'm jumping all over my tv hall...yey!!!! |
Forum: VB.NET Apr 23rd, 2007 |
| Replies: 6 Views: 3,017 ok..
i made up my mind that their selection to be actioned immediately they select it in the drop down control...
if so, then i don't need the button right?
so..does it mean that i should add... |
Forum: VB.NET Apr 23rd, 2007 |
| Replies: 6 Views: 3,017 can u elaborate more? i can't figured out where to add the handler? does it mean that i don't need a button click handler?
hope u can help me....your help is very much appreciated... |
Forum: ASP.NET Apr 23rd, 2007 |
| Replies: 1 Views: 1,460 what is wrong with my code?
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
MyConnection.Open()
Dim strSQL As String =... |
Forum: VB.NET Apr 23rd, 2007 |
| Replies: 6 Views: 3,017 what is wrong with my code?
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
MyConnection.Open()
Dim strSQL As String =... |
Forum: VB.NET Apr 22nd, 2007 |
| Replies: 0 Views: 1,673 hi..
i have draft.aspx
at first time view, i want the draft.aspx to take value QuestionNum in the database...so, at first time viewing, the draft.aspx shows QuestionNum.text=1
i have a button... |
Forum: VB.NET Apr 20th, 2007 |
| Replies: 1 Views: 2,105 hi..
is anyone knows..how to add controls dynamically in a page according to user input? at page 1, user will define their data (OptionList) and its data representation style(eg... |
Forum: ASP.NET Apr 15th, 2007 |
| Replies: 0 Views: 1,354 hi..good day to all..
i have a datagrid that combines 2 related tables as below:
<body>
<asp:datagrid id="dlQuestion" runat="server">
<ItemTemplate>
<b>Question :#</b>
<%#... |
Forum: ASP.NET Apr 14th, 2007 |
| Replies: 3 Views: 1,834 thanks ManicCW
but how can I call the Title & Description to be in the textbox? |
Forum: VB.NET Apr 14th, 2007 |
| Replies: 1 Views: 3,317 hi..
i have problem...which i don;t know how to perform this action..
i have a page...named "preview.aspx". this page should preview all the Question with their Answer List
example of Question:... |
Forum: ASP.NET Apr 7th, 2007 |
| Replies: 3 Views: 1,834 hi..
i want to ask if anyone knows how to do this..
i have a datagrid at my "home.aspx" with attribute 'Survey Title' and 'Description'
i also have an edit button that will redirect user to... |
Forum: ASP.NET Apr 5th, 2007 |
| Replies: 0 Views: 6,175 hi..
is anyone know..i have all the information about how a question should be displayed from database so that customer may review their survey question?
for examples:
Table 1: Question - ... |
Forum: ASP.NET Apr 5th, 2007 |
| Replies: 2 Views: 4,950 owh..thanks nitinmms
now i understand...this problem has been bugging me since last week..haha..
thanks again yer...
take care |
Forum: ASP.NET Apr 4th, 2007 |
| Replies: 2 Views: 4,950 hi..
my system should select the maximum QuestionNum from one of the my table in the database. after all, i would like to increment the value QuestionNum to 1...
but i keep on receiving error ... |
Forum: ASP.NET Mar 30th, 2007 |
| Replies: 8 Views: 6,365 dear hollystyles...
this method works....
thank u...
arigatou gozaimas...
hope someday i'll be master in programming... :p |
Forum: ASP.NET Mar 30th, 2007 |
| Replies: 8 Views: 6,365 aiyak..
but what if i want user to enter their choices...
my program is like...
i want to create a survey creator system..
user will enter their question..1 question may have more than 1... |
Forum: ASP.NET Mar 30th, 2007 |
| Replies: 8 Views: 6,365 hehe....thanks ya hollystyles..
may God bless u... |
Forum: ASP.NET Mar 30th, 2007 |
| Replies: 8 Views: 6,365 thanks for your help..
so...i must use listbox ya? hehe..thanks
but...
this is c#...
can u write in vb.net?
huhu.... |
Forum: ASP.NET Mar 29th, 2007 |
| Replies: 8 Views: 6,365 hi..i'm new in using ASP.NET application. Please guide me as i've only about 30% knowledge on developing web application in .NET
ok..my problem is..
i have a textbox..
i wanted user to create... |