Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for fayenot

I have a table for projects, it has two fields for [B]project_start[/B] and[B] project_end[/B] both have datetime data type. what should i do so that when the user insert dates on both field it will automatically subtract and place the answer on the [B]duration[/B] field... please help.. oh before i …

Member Avatar for sandeep.pande
0
183
Member Avatar for fayenot

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.. [code=ASP.NET]<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Untitled Page</title> </head> <body> <form …

Member Avatar for kvprajapati
0
475
Member Avatar for fayenot

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 a button, it should scan through the gridview for …

Member Avatar for greeny_1984
0
207
Member Avatar for fayenot

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 =?.... can you please tell me what's wrong with this syntax..i will post below the codes. [ICODE] …

Member Avatar for serkan sendur
0
96
Member Avatar for fayenot

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 txtbox.. here is my code for my search button.. please help..thanks in advance [ICODE]protected void Button1_Click(object …

0
67
Member Avatar for fayenot

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 txtbox.. here is my code for my search button.. please help..thanks in advance [ICODE]protected void Button1_Click(object …

0
50
Member Avatar for fayenot

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 [ICODE]because in the example he is using objectdatasource while in my example im using sqldatasource.. here is the code …

0
50
Member Avatar for fayenot

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... [ICODE]<system.net> <mailSettings> <smtp deliveryMethod="Network" from="faye@webmaster.com"> <network host="dddweb\sqlexpress" port="25" /> </smtp> </mailSettings> </system.net>[/ICODE]

Member Avatar for JackyGZ
0
832
Member Avatar for fayenot

database structure Client Table User Table ClientId PK| UserId FK| ClientName | Address UserId PK| UserName | Password int unique indentifier varchar varchar unique identifier varchar varchar ---------------------------------------------------------------------------------------------------- SCENARIO: When a user log in, his client will be displayed and he has the capability to add, edit, or delete records. …

Member Avatar for FaridMasood
0
55
Member Avatar for fayenot

database structure Client Table User Table ClientId PK| UserId FK| ClientName | Address UserId PK| UserName | Password ---------------------------------------------------------------------------------------------------- SCENARIO

0
50
Member Avatar for fayenot

[B]Scenario:[/B] 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 the project gridview to show the different projects of the client [B]Problem:[/B] when i click on the …

Member Avatar for fayenot
0
73
Member Avatar for fayenot

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 property to true...please help..

Member Avatar for nandhinijp
-1
103
Member Avatar for ricksvoid

First of all here is how i created my SQL database and established a connection in visual studio 05. I go into the server explorer and right click on the data connections node and and select "create new SQL database". A window then prompts me for a server name and …

Member Avatar for ricksvoid
0
386