Forum: ASP.NET Nov 19th, 2008 |
| Replies: 1 Views: 696 Thanks for viewing.
I myself solved it..Thanks anyway...
Here is the Code.I used Replace
Dim PRCbLTA As String
Dim CbLTA As CheckBox
Dim txtLTa As TextBox |
Forum: ASP.NET Nov 19th, 2008 |
| Replies: 1 Views: 696 Hi fellows,
My problem is, i have a datagrid where there is a boundcolumn which consists of Cadre(E1,E2.....E7).
In the same datagrid i also have two template... |
Forum: MS SQL Nov 17th, 2008 |
| Replies: 4 Views: 825 Fellows,
I have found another option to do this(via Code).Instead of checking the month while submitting, i have found a way to count the number of rows using the dataset... |
Forum: MS SQL Nov 17th, 2008 |
| Replies: 4 Views: 825 Thanks man,
I just checked it out... Sql wont allow me to have two auto no's.Is there any other option in code to do this and how to reset serial no to one without deleting the... |
Forum: MS SQL Nov 17th, 2008 |
| Replies: 4 Views: 825 Hi Fellows,
Well. let me start by higlighting the problem i face.I have two columns namely PID which is the primary key and also a auto number.The second is Serial No. which is also a... |
Forum: ASP.NET Jun 28th, 2008 |
| Replies: 2 Views: 1,218 Oh Yeah,
After i posted,i continued my search and found it dude....Thanks for ur effort....I got it work as well... |
Forum: ASP.NET Jun 27th, 2008 |
| Replies: 2 Views: 1,218 hi fellow developers,
I am in the process of generating a pdf file from html....The concept goes like this...
I have a Html page where the details of a... |
Forum: C# Jan 25th, 2008 |
| Replies: 2 Views: 8,247 Hi fellows,
I have learned to create stored procedures,but dont know on how to implement it in my code...I have a dataadapter called ada and a dataset ds..The form consists of three... |
Forum: C# Jan 21st, 2008 |
| Replies: 4 Views: 4,391 Dude,
I managed to generate the numbers,but i have a little problem.I have given this code in my page load event to fetch the last record from the database and increment the value of... |
Forum: C# Jan 21st, 2008 |
| Replies: 4 Views: 4,391 I am using the numbers for serializing my datas..The numbers should generate automatically like 1 for the first record 2 for the second 3, 4 ,5 etc...But the number should continue even he logs out... |
Forum: C# Jan 19th, 2008 |
| Replies: 4 Views: 4,391 Hi all webbers,
I have a problem of generating numbers automatically....
Actually i have a textbox and the textbox should autogenerate a number everytime the page loads or... |
Forum: ASP.NET Jan 18th, 2008 |
| Replies: 2 Views: 2,522 Hello all,
I am new to asp.net.I have taken up a project called MIS(Management Information System).I have just started the project.The home page consists of a login screen.Now i need to... |
Forum: C# Jan 16th, 2008 |
| Replies: 8 Views: 4,030 Hi shyam,
The link u gave is for web application.There is no c# code but only html code.I am developing a windows application..The logic is to get the weeks date in to the labels i have in... |
Forum: C# Jan 14th, 2008 |
| Replies: 8 Views: 4,030 Thanks man,It is getting incremented but the problem is when i log in tomorrow,the value in the first label and the preceeding labels gets incremented by one day...I dont want that to happen...This... |
Forum: C# Jan 14th, 2008 |
| Replies: 8 Views: 4,030 Thanks fellows,
I got the day in to label by using this...
label3.Text = dateTimePicker1.Value.DayOfWeek.ToString();
This returned me the current day.No problem
But how to increment... |
Forum: C# Jan 11th, 2008 |
| Replies: 8 Views: 4,030 Hi all,
I am fed up of doing this week scheduler for my project...i am trying and trying but seems to go nowhere..I thought of asking u people for any ideas...(windows application)
My... |
Forum: C# Jan 8th, 2008 |
| Replies: 6 Views: 6,175 use this code instead if u want to change the column name of ur table which is displayed in the data grid.
ds.Tables[0].Columns[0].ColumnName = "Name";
Use this after u give ada.fill(ds);...
Like... |
Forum: C# Jan 8th, 2008 |
| Replies: 1 Views: 1,089 Hi fellows,
Another Post with a different problem.
I am having a form to book tickets...i have designed a seat layouts..
i have 8 rows and i named them from A-H.
For each row i... |
Forum: C# Jan 8th, 2008 |
| Replies: 13 Views: 4,163 Thanks Buddies,i got it work by using enum and i also tried like saurab said.It also worked..Thank u very much in taking an effort to solve this issue.i am marking this post as solved....Check out my... |
Forum: C# Jan 7th, 2008 |
| Replies: 13 Views: 4,163 ok i have added a new column in my user table called utype..In my code i have written
Cmd = new SqlCommand("select * from account where uname=@name and password= @pwd and utype =@type", Con);
... |
Forum: C# Jan 5th, 2008 |
| Replies: 13 Views: 4,163 Hey fellows,
Thanks for the replies dudes...
Like ramy said the use of foreign key is necessary if i have two tables.but i am having a single table called account...
I... |
Forum: ASP.NET Jan 3rd, 2008 |
| Replies: 2 Views: 899 hello,
I am very new to web development...
I have a problem with tables...refer to the attachment.
Actually i have to design a registration page exactly the same as they have given me... |
Forum: PHP Jan 3rd, 2008 |
| Replies: 7 Views: 2,170 ya ya i saw that......thanks anyway.... |
Forum: C# Jan 3rd, 2008 |
| Replies: 13 Views: 4,163 Hi there,i have joined newly to this site....I am a learner as off now.i am developing a windows application using c#.net..
I have two types of users Admin and Normal users.
I am having one login... |
Forum: PHP Jan 3rd, 2008 |
| Replies: 7 Views: 2,170 Hi there,i have joined newly to this site....I am a new to programming..i am developing a windows application using c#.net..I have the same problem stated by sagedavis but its windows application.
... |