Forum: ASP.NET 7 Days Ago |
| Replies: 3 Views: 284 i can't find the code to read for particular info from textfile. is that even possible?
eg. [data store in text file]
01/11/2009 12:30:22,1
01/11/2009 12:35:22,2
01/11/2009 12:55:22,1... |
Forum: ASP.NET 8 Days Ago |
| Replies: 0 Views: 215 Hi i have a dropdownlist1
2 Item to select By Range , By Date
and 2 Panel.
How can i make a dropdownlist1 select By Date it will only show Panel 1 and By range it will show Panel 2.? on the... |
Forum: ASP.NET 11 Days Ago |
| Replies: 1 Views: 250 Hi there. Any idea on how to create a connection to microsoft access with C# to asp.net so that we can retrieve data from data base and compare. Using web application. |
Forum: ASP.NET Oct 9th, 2009 |
| Replies: 1 Views: 241 Hi there,
I was wondering if we are comparing and retrieving data from database .mdb in web application, is it the same as how we appply to retreiving and comparing in c#?
Was wondering if... |
Forum: ASP.NET Oct 8th, 2009 |
| Replies: 2 Views: 331 Hi I'm new to asp.net
I'm using a login view as a login view but has converted to just a template. and I have a problem that how come when i view in browser it already log in as my laptop user... |
Forum: ASP.NET Oct 8th, 2009 |
| Replies: 6 Views: 364 yea i did saw that so i just type under validation group. like the textbox i want to validate and the btn when click then it validate or??? |
Forum: C# Oct 2nd, 2009 |
| Replies: 7 Views: 3,899 have figure out.=) sorry to bother |
Forum: C# Oct 2nd, 2009 |
| Replies: 7 Views: 3,899 [QUOTE=adatapost;1001943]
private void CompareWithDatabase()
{
vlAccessConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + DBFileName);
... |
Forum: C# Oct 1st, 2009 |
| Replies: 7 Views: 3,899 Erm i have tried but didn't work.
Is it something like this.? then i ned to store as variable ??
private void CompareWithDatabase()
{
vlAccessConnection = new... |
Forum: C# Oct 1st, 2009 |
| Replies: 7 Views: 3,899 Hi how can i write a program to compare data entered and data stored? when we click ok. they will detect whether information store is the same.
Just an example login. but mine is asp.net i'm just... |
Forum: C# Sep 30th, 2009 |
| Replies: 6 Views: 281 tried to edit to oledb even more error=/ and getting myself confuse=( but thank=) |
Forum: C# Sep 29th, 2009 |
| Replies: 6 Views: 281 but i'm also using
private const string TableName = "AdminPassword";///
public const string DBFileName = "AdminPassword.mdb";///
public OleDbConnection... |
Forum: ASP.NET Sep 29th, 2009 |
| Replies: 6 Views: 364 <%@ Page Language="C#" MasterPageFile="~/PATS.master" AutoEventWireup="true" CodeFile="Report.aspx.cs" Inherits="Report" Title="Untitled Page" %>
<asp:Content ID="Content1"... |
Forum: C# Sep 29th, 2009 |
| Replies: 6 Views: 281 meaning that i can change the sql to oledb and use? |
Forum: C# Sep 29th, 2009 |
| Replies: 6 Views: 281 private void writeToDB(string password)///
{
string cmdstr = "INSERT INTO " + TableName + " (Password) values (@Password)" ;
OleDbDataAdapter adapter =... |
Forum: C# Sep 29th, 2009 |
| Replies: 5 Views: 24,206 hi how did you do it?=) cause I'm using microsoft access to store the data and i was wondering how can i make the the database to be updated? |
Forum: ASP.NET Sep 28th, 2009 |
| Replies: 6 Views: 364 Hi
i have 3 textboxes, TBDate, TBRangeFrom, TBRangeTo.
I have use custom validation and insert code to validate date
but i need to use two different button to validate data in same webform.
For... |
Forum: C# Sep 28th, 2009 |
| Replies: 0 Views: 175 Hi,
I'm using a table template[header and side] to display all my detail etc in the content place holder.
how can i make the web application auto scale to the size when we minimize and... |
Forum: C# Sep 25th, 2009 |
| Replies: 10 Views: 507 they have solve the question but i just don't understand how it is being used etc.. |
Forum: C# Sep 25th, 2009 |
| Replies: 10 Views: 507 thanks. i'm trying to figure out though cause I've nv seen most of it before and what i know is actually really really really basic. |
Forum: C# Sep 24th, 2009 |
| Replies: 10 Views: 507 i think so? An example would be.
You have to key in ur current password inorder to change into newpassword.
so when u key current password it will take the data from window application and... |
Forum: C# Sep 24th, 2009 |
| Replies: 10 Views: 507 I'm a little confuse with regards to database and how it's used.
I want to store my window application's data into microsoft access.
Example.
I have 3TB
TBCurrentpassword
TBNewpassword... |
Forum: C# Sep 24th, 2009 |
| Replies: 28 Views: 1,803 |
Forum: C# Sep 24th, 2009 |
| Replies: 28 Views: 1,803 |
Forum: C# Sep 24th, 2009 |
| Replies: 28 Views: 1,803 |
Forum: C# Sep 24th, 2009 |
| Replies: 4 Views: 332 thanks actually i want to use just one error provider. But anyway I have solve that problem=) |
Forum: C# Sep 23rd, 2009 |
| Replies: 28 Views: 1,803 erm I'm not so sure maybe program.cs?? |
Forum: C# Sep 23rd, 2009 |
| Replies: 28 Views: 1,803 haas to me it's pretty messy=x
namespace Configuration
{
partial class Configuration
{
/// <summary>
/// Required designer variable.
/// </summary>
... |
Forum: C# Sep 23rd, 2009 |
| Replies: 28 Views: 1,803 My Program is actually quite messy and weird~
as you can see.. and it seems to work~ erm ya and i have a lot of doubts=( and thanks for offering help because I struggling over here
using System;... |
Forum: C# Sep 23rd, 2009 |
| Replies: 4 Views: 332 How about if there is multiple validation for like textboxes. |
Forum: C# Sep 22nd, 2009 |
| Replies: 28 Views: 1,803 How about that~ cause I'm not familiar with programming.Duh~ and i nv deal with combo box which is why until i still don't understand................. |
Forum: C# Sep 22nd, 2009 |
| Replies: 4 Views: 332 How do i make validation.
To check if the eg textbox is type with certain character like we want this text box to have at least 7 character.
and then when we click button OK[save button as usual]... |
Forum: C# Sep 21st, 2009 |
| Replies: 28 Views: 1,803 Oo but how do i get the data to compare because i actually use stream writer to save the item selected into the textfile=/ ??? |
Forum: C# Sep 21st, 2009 |
| Replies: 28 Views: 1,803 Hi sorry for late reply. I suppose oledb datasource? data store in microsoft access. |
Forum: C# Sep 18th, 2009 |
| Replies: 3 Views: 1,135 geee thanks.. this coding is easier to understand. haas. have just tried=) |
Forum: C# Sep 18th, 2009 |
| Replies: 13 Views: 7,369 i did slap the code in the visual studio click F5 but it can't work.
jeez i feel like a dummy. trying to figure out how the code work. haas.
and i still don't get it. |
Forum: C# Sep 18th, 2009 |
| Replies: 2 Views: 359 HI ME AGAIN=|
I'm basically new to connecting to database.
MY PROBLEM is that i do not know how to connected to database[ microsoft access]
eg. the password entered, is stored at microsoft... |
Forum: C# Sep 18th, 2009 |
| Replies: 3 Views: 1,135 HiHi seems like i have so many queries for programming..
EG. textbox use to set the password
how can i make a program so that i can set MINIMUM character to be inserted in textbox is 7 then i can... |
Forum: C# Sep 18th, 2009 |
| Replies: 28 Views: 1,803 I'm just comparing with the value of the selected item in combo boxes which is stored in text file?? |
Forum: C# Sep 18th, 2009 |
| Replies: 28 Views: 1,803 hello=) i think it run withins the form?
but how do i make it so like:
when i click BTNOK it will run the program which will a check if any textbox or any combo boxes[selecteditem] have change as... |