Forum: C# Apr 9th, 2009 |
| Replies: 1 Views: 1,363 Hi
I want to create a Reminder for the User which should remind him about his activity.
It should be like a windows form with some content & snooze,Close buttons.
But I am unable to use GUI in... |
Forum: VB.NET Apr 8th, 2009 |
| Replies: 1 Views: 1,084 Hi
I want to create a Reminder for the User which should remind him about his activity.
It should be like a windows form with some content & snooze,Close buttons.
But I am unable to use GUI in... |
Forum: ASP.NET Mar 5th, 2007 |
| Replies: 6 Views: 3,600 Thanks for ur suggetion
But again the first error is comig :sad:
While clicking "nonThreadedButton" runtime error is coming at Fill list
The Error is
"Cross-thread operation not valid:... |
Forum: ASP.NET Mar 1st, 2007 |
| Replies: 6 Views: 3,600 Thanks for your suggetion :)
But again an error is coming (at the point u mentioned ) :sad:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;... |
Forum: ASP.NET Feb 26th, 2007 |
| Replies: 6 Views: 3,600 Hii
I want to work with MultyThreading concept and I am using the following code.
But when i try to run the the MultiThreading (multiThreadedButton_Click()) its giving an error at
FillList()... |
Forum: ASP.NET Feb 13th, 2007 |
| Replies: 0 Views: 874 Hii all
I am working with ASP.Net 1.1 .
I need to edit a column of data in a datagrid control. In order to do that I need a button control on the top of the column(as Header) and once I click it ... |
Forum: ASP.NET Feb 8th, 2007 |
| Replies: 2 Views: 3,016 |
Forum: ASP.NET Jan 5th, 2007 |
| Replies: 2 Views: 3,016 Hii
I am doing a project dealt with sending SMS ..
So i have to control the length of the message to be sent ..
But for textbox of Multiline type did not allowing the MaxLength property ..
... |
Forum: ASP.NET Jul 21st, 2006 |
| Replies: 1 Views: 18,125 Hi All
I got an error while working with Crystal reports
I have added a crystal report and set a command over there to get data.
I have added a crystalreportviewer named CRV to my web form and... |
Forum: ASP.NET Jul 3rd, 2006 |
| Replies: 3 Views: 3,539 The imports given by me are
Imports System.Data
Imports System.Data.OleDb
Imports CrystalDecisions.CrystalReports.Engine
Imports System.Web |
Forum: VB.NET Jun 22nd, 2006 |
| Replies: 3 Views: 2,382 Hi all,
I am working with a project which includes Crystal Reports in Vb.Net and SQL Server2000 as Back end.
The code in button click is
str5 = "D:\AttendanceReport.rpt"
If Not... |
Forum: ASP.NET Jun 22nd, 2006 |
| Replies: 3 Views: 3,539 Hi all,
I am working with a project which includes Crystal Reports in Vb.Net and SQL Server2000 as Back end.
The code in button click is
str5 = "D:\AttendanceReport.rpt"
If Not... |
Forum: ASP.NET May 24th, 2006 |
| Replies: 6 Views: 3,461 I can understand ur problem but For what u are using that?? and what is the platform u are using?? and which database u are using?? Without knowing all these things no body can answer u....:sad: |
Forum: ASP.NET May 15th, 2006 |
| Replies: 3 Views: 1,051 Hii
First of all just try to search the web using Google
That's the best way for knowing a new thing.
We can mention just 3 to 4 sites But it will provide u 100s of webpages related to ur topic. |
Forum: ASP.NET May 9th, 2006 |
| Replies: 1 Views: 897 Hiii all :)
I need some help regarding webservices.
I'm using the webservice as a mediator between Web application(website) and a Normal Windows Application. i.e for manipulating the... |
Forum: ASP.NET May 6th, 2006 |
| Replies: 2 Views: 2,340 Thanks a lot Mr.hollystyles |
Forum: ASP.NET May 6th, 2006 |
| Replies: 0 Views: 862 Hii All :)
I am presently working on a project that has A website and All clients are having their own Windows Applications ...
I want to manupilate the data in the website and Clients application... |
Forum: ASP.NET May 5th, 2006 |
| Replies: 2 Views: 2,340 Hiii I got a error while working with datatables...
The code and Error Are Given below
DataSet ds;
SqlDataAdapter da;
ds=new DataSet();
da=new SqlDataAdapter("Select * from... |
Forum: ASP.NET May 4th, 2006 |
| Replies: 3 Views: 4,549 Hii All,
I havea problem with uploading Images into Database(MS Sql2000)..
and i want to retrive them back..
Please do favour to me.. |
Forum: ASP.NET May 4th, 2006 |
| Replies: 3 Views: 1,377 Thanks a lot Mr. Thomas D. Greer But i just asked suggetion for Asp.net Coding only......... Not for F7 |
Forum: ASP.NET May 2nd, 2006 |
| Replies: 6 Views: 7,362 Hii :)
After Creating the Table U just go to Sql Query ANalyger and create a Stored Procedure Like
CREATE PROCEDURE sp_ValidateUser
(
@UserName VARCHAR(50) = NULL,
... |
Forum: ASP.NET May 2nd, 2006 |
| Replies: 3 Views: 1,377 Hi all :)
In the login page created in ASP.Net I want the passwords to be encrypted at the time of User Registration ....
My aim is that the DBA even don't know the password that had entered by the... |
Forum: Computer Science Apr 21st, 2006 |
| Replies: 31 Views: 6,889 JUst stop learning all languages. Just U stick ot Single and try to Master in dat.... |
Forum: Community Introductions Apr 11th, 2006 |
| Replies: 0 Views: 909 Hiii all :) ,
I'm new to da .Net Side
I just want to carry the Username entered in one webform to other ...
I know it's using QueryString Or Cookies In ASP.Net But I don't know how to... |