Forum: ASP.NET Jul 8th, 2008 |
| Replies: 5 Views: 2,780 protected void Button2_Click(object sender, EventArgs e)
{
SqlConnection conn = new SqlConnection(ConfigurationManager.ConnectionStrings["DatabaseConnectionString"].ToString());
... |
Forum: ASP.NET Jul 7th, 2008 |
| Replies: 5 Views: 2,780 hello thanks for the quick reply...
my problem is how to wirte an SQL statement to insert multiple records.. can you please give me an idea or the code for inserting checked records. i dont konw... |
Forum: ASP.NET Jul 7th, 2008 |
| Replies: 5 Views: 2,780 hi....
I have a gridview with rows of info which does not go into edit mode.
A user clicks a checkbox which picks that item and adds a Unit Price
What i need to do is when a user clicks on... |
Forum: ASP.NET Jun 30th, 2008 |
| Replies: 3 Views: 672 i found some codes on other forums concerning the cancellation of insert in formview if the record already exists. but its giving me an error stating that there is an incorrect sysntax near =?....... |
Forum: ASP.NET Jun 26th, 2008 |
| Replies: 0 Views: 385 hello guys,i managed to search records inside my grdiview.. however after the search,after i've seen my filtered records i want to display again all the records when i erase the words on my search... |
Forum: ASP.NET Jun 26th, 2008 |
| Replies: 0 Views: 398 hello guys,i managed to search records inside my grdiview.. however after the search,after i've seen my filtered records i want to display again all the records when i erase the words on my search... |
Forum: ASP.NET Jun 24th, 2008 |
| Replies: 0 Views: 2,293 Can anyone please help me figure a way on how to search in a gridview using the autocomplete extender. i found some reference in doing such however im having a problem because in the example he is... |
Forum: ASP.NET Jun 18th, 2008 |
| Replies: 3 Views: 5,972 I have a table for projects, it has two fields for project_start and project_end both have datetime data type. what should i do so that when the user insert dates on both field it will automatically... |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 8 Views: 5,055 do i need to install an IIS to make the sending of email possible?? |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 8 Views: 5,055 i already turned off the firewall setting of my PC.. i also enable the internet mail server SMTP in the advanced settings of my firewall... what else should i do? thanks a lot for replying.. |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 8 Views: 5,055 sorry typographical error..it should be port 25 instead of 21...:) |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 8 Views: 5,055 hi there.. i need not to construct an email.. asp will automatically send an email concerning their forgotten password. i used the password recovery control. my problem is how to configure my... |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 8 Views: 5,055 can anyone help me.. im trying to send an email to a user who forgots his/her password.. i configured my web.config into the codes below but still getting this error message..please help...... |
Forum: ASP.NET Jun 6th, 2008 |
| Replies: 1 Views: 1,306 database structure
Client Table User Table
ClientId PK| UserId FK| ClientName | Address UserId PK| UserName | Password... |
Forum: ASP.NET Jun 6th, 2008 |
| Replies: 0 Views: 421 database structure
Client Table User Table
ClientId PK| UserId FK| ClientName | Address UserId PK| UserName | Password... |
Forum: ASP.NET Jun 3rd, 2008 |
| Replies: 6 Views: 623 hi rajarajan07...
thanks for replying but i already got a solution to the problem.. i only set some of the properties of the gridview to make it work...till next time..:) |
Forum: ASP.NET Jun 3rd, 2008 |
| Replies: 6 Views: 623 hi srikanthkadem....
my problem is already resolved, thanks for trying to help i appreciate it.. i already figured it out through tutorials in the web... till next time..:) |
Forum: ASP.NET Jun 3rd, 2008 |
| Replies: 6 Views: 623 hi there..
thanks for the reply but unfortunately it didnt work for me..i believe there still a code that needs to be added on the selecting event of the datasource(that's only my opinion) but if... |
Forum: ASP.NET Jun 2nd, 2008 |
| Replies: 6 Views: 623 Scenario: I have 2 gridviews, clientgridview for showing the clients and the projectgridview for showing the projects. If I Click on the Client name on the the clientgridview i will be directed to... |
Forum: ASP.NET Jun 1st, 2008 |
| Replies: 2 Views: 1,226 <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="ClientId"
CellPadding="4" DataSourceID="SqlDataSource1" ForeColor="#333333"
... |
Forum: ASP.NET Jun 1st, 2008 |
| Replies: 2 Views: 1,226 what could be the possible reason why the gridview and formview doesnt appear when i debug my program.. i connected it to a datasource and have them databound, also already set its visibility... |
Forum: ASP.NET Jun 1st, 2008 |
| Replies: 1 Views: 3,172 can anyone tell me what's wrong with my codes below..what does this error mean and how can i get rid of it...looking forward for your help..
<%@ Page Language="C#" AutoEventWireup="true"... |
Forum: ASP.NET May 29th, 2008 |
| Replies: 2 Views: 1,672 i have the same problem... can anyone help us..please.. deadline is fast approaching and i need an immediate resolution for my problem in my thesis.. i will greatly appreciate a friendly help from... |