Search Results

Showing results 1 to 36 of 36
Search took 0.01 seconds.
Search: Posts Made By: chrispaul8676 ; Forum: ASP.NET and child forums
Forum: ASP.NET Oct 27th, 2009
Replies: 0
Views: 192
Posted By chrispaul8676
Good day,
I am trying to add photos on my website. I don't know what codes are used. I want to include many photos in one page. Please advise and give sample of codes. Thank you.
Forum: ASP.NET Jul 29th, 2009
Replies: 0
Views: 858
Posted By chrispaul8676
hi, there, i am trying to work out selecting rows in gridview using checkbox and button submit after rows are selected. Please guide me. i have time till 11am today. the errors:

dsnews- unused...
Forum: ASP.NET Jul 29th, 2009
Replies: 3
Views: 739
Posted By chrispaul8676
The @designation is actually a column in the database. it stores the delivery boy and manager roles. i need to just take the delivery boy names and show on the dropdownlist.
Forum: ASP.NET Jul 29th, 2009
Replies: 3
Views: 739
Posted By chrispaul8676
Hi, there, i have come up with a dropdownlist that takes data from database. A gridview with checkbox to select and a button to submit the selected rows in gridview and selected data in dropdownlist....
Forum: ASP.NET Jul 29th, 2009
Replies: 4
Views: 341
Posted By chrispaul8676
i am able to get it, but how am i going to select the delivery boy name and send it to the next page? How am i going to use the button. i am not sure of the code. This is because, i need to use the...
Forum: ASP.NET Jul 28th, 2009
Replies: 2
Views: 396
Posted By chrispaul8676
This is my code in visual studio form. i used a sql insert statement, as below:

ALTER Procedure [dbo].[Insert_StaffRegis_Table]

@StaffID varchar(50),
@FirstName varchar(50),
@LastName...
Forum: ASP.NET Jul 28th, 2009
Replies: 2
Views: 396
Posted By chrispaul8676
hi there,
i am coming up with a form. i have to insert data into the sql database. i am able to do that. The problem is that, when i insert, the data i entered one shows twice in the table. i...
Forum: ASP.NET Jul 28th, 2009
Replies: 0
Views: 715
Posted By chrispaul8676
Hi, there,
i am coming up with a dropdownlist that needs to get list from the sql database. the dropdownlist must get its data from the database. i am getting error in this codes:
It says that...
Forum: ASP.NET Jul 27th, 2009
Replies: 4
Views: 341
Posted By chrispaul8676
Actually, i only have one column called 'delboy'. So i just insert 'delboy' into datavaluefield. However, i can't retrieve the data from database into the drodownlist. should i add any sql...
Forum: ASP.NET Jul 27th, 2009
Replies: 2
Views: 291
Posted By chrispaul8676
i am not sure where to add this command. Please assist me.
Forum: ASP.NET Jul 27th, 2009
Replies: 2
Views: 291
Posted By chrispaul8676
hi there, i would want to change the mysql to mssql. please help


<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.SQLClient" %>
<script language="VB" Runat="server">...
Forum: ASP.NET Jul 27th, 2009
Replies: 0
Views: 388
Posted By chrispaul8676
hi, there, i need to know if the datagrid and dropdownlist will respond to the button click. At the same time, will this dropdownlist will get the data from database. Please help me. i need the...
Forum: ASP.NET Jul 27th, 2009
Replies: 4
Views: 341
Posted By chrispaul8676
hi, there i am coming up with a dropdownlist, where the data will be in the sql database. The data then is retrieved from the database using dropdownlist. I am not sure if this codes are right....
Forum: ASP.NET Jul 23rd, 2009
Replies: 9
Views: 436
Posted By chrispaul8676
Do i have to change any settings in the web.config
Forum: ASP.NET Jul 23rd, 2009
Replies: 9
Views: 436
Posted By chrispaul8676
Will i have to code in the sql database?
Forum: ASP.NET Jul 23rd, 2009
Replies: 9
Views: 436
Posted By chrispaul8676
my login page involves roles, so once i include:


will i be able to connect to the roles that is done in the configuration. Please reply. It is urgent.
Forum: ASP.NET Jul 23rd, 2009
Replies: 9
Views: 436
Posted By chrispaul8676
ive done that, but how to connect the userid textbox and password textbox to the app_Data. At the same time, i need to use datagridview to bring on the data.
Forum: ASP.NET Jul 20th, 2009
Replies: 5
Views: 456
Posted By chrispaul8676
hi,
there, i have included both my behind VB code and HTML code.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Transaction2.aspx.vb" Inherits="Transaction2" %>

<!DOCTYPE html PUBLIC...
Forum: ASP.NET Jul 19th, 2009
Replies: 5
Views: 456
Posted By chrispaul8676
i am still getting the error. i ll insert it in as below..
Compiler Error Message: BC30201: Expression expected.

Source Error:



Line 27:
Line 28: ' Reference the RoleList...
Forum: ASP.NET Jul 18th, 2009
Replies: 5
Views: 456
Posted By chrispaul8676
Hi, there, I am trying to come up with a createuserwizard with a role checklist. I am getting this error.
Exception Details: System.NullReferenceException: Object reference not set to an instance of...
Forum: ASP.NET Jul 16th, 2009
Replies: 9
Views: 436
Posted By chrispaul8676
help me out please. i am short of time.
Forum: ASP.NET Jul 15th, 2009
Replies: 9
Views: 436
Posted By chrispaul8676
i get errors like this when i run the system.

ASP.default2_aspx.GetTypeHashCode(): no suitable method found to override. i have highlighted the part that shows the error.

...
Forum: ASP.NET Jul 15th, 2009
Replies: 9
Views: 436
Posted By chrispaul8676
i need to know how to modify the stored procedure, so that i can include the role and not the result. Basically, i shouldn't have any textbox or dropdownlist to indicate role. Once the username and...
Forum: ASP.NET Jul 14th, 2009
Replies: 9
Views: 436
Posted By chrispaul8676
hi, there, i came up with thisd login page. i came up with username , password and result textbox. i have included the C# behind code. i want to use roles and membership, but don't know how. i am not...
Forum: ASP.NET Jul 14th, 2009
Replies: 0
Views: 1,036
Posted By chrispaul8676
hi,
there, i am trying to connect the dropdownlist and gridview to the sql database. I am inserting radiobutton into the gridview. The whole thing goes like this, the dropdownlist is checked...
Forum: ASP.NET Jul 13th, 2009
Replies: 3
Views: 350
Posted By chrispaul8676
sorry, but i don't understand this..please assist me.
Forum: ASP.NET Jul 12th, 2009
Replies: 3
Views: 350
Posted By chrispaul8676
hi there,
i am coming up with a login page and i am having problem with the codes while i run the program. The error says, Invalid attempt to read when no data is present.' This errors...
Forum: ASP.NET Jul 10th, 2009
Replies: 5
Views: 564
Posted By chrispaul8676
I can understand this, but am i suppose to add it freely under a button code or something?
Forum: ASP.NET Jul 9th, 2009
Replies: 5
Views: 564
Posted By chrispaul8676
I can't understand the phrase 'then in the next page you request string user have just made '. what should i actually do? please assist me.
Forum: ASP.NET Jul 8th, 2009
Replies: 4
Views: 511
Posted By chrispaul8676
thank you for replying.
I am not sure where to key in the read method
Forum: ASP.NET Jul 6th, 2009
Replies: 7
Views: 390
Posted By chrispaul8676
i am using the ASP.NET C# which you gave. I got this error that says, 'unexpected preprocessor directive'. It is at this part as below:
#endif . please help me out
Forum: ASP.NET Jul 6th, 2009
Replies: 7
Views: 390
Posted By chrispaul8676
I can use the web configuration, but i have tried it before and it doesn't work. please assist me. I am using ASP.NET with VB
Forum: ASP.NET Jul 6th, 2009
Replies: 7
Views: 390
Posted By chrispaul8676
I am using ASP.NET with VB. Will this sample work out if i try to change C# codings to VB?
Forum: ASP.NET Jul 6th, 2009
Replies: 5
Views: 564
Posted By chrispaul8676
hi,
there, I am coming up with a registration form. I want to know how to come up with a readonly form.

Firstly, the user has to register themselves on this form, then once the user has...
Forum: ASP.NET Jul 6th, 2009
Replies: 4
Views: 511
Posted By chrispaul8676
hi,

there , i am coming up with a login page and i am having error when i run the programme. It says 'Invalid attempt to read when no data is present'.

Session("ses_uname") =...
Forum: ASP.NET Jul 6th, 2009
Replies: 7
Views: 390
Posted By chrispaul8676
hi,
there, i am doing a and it needs login page. I have a 2 textboxes, one for user id and the other for password. Using this two textboxes, I need to identify the three roles that i am using....
Showing results 1 to 36 of 36

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC