No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
18 Posted Topics
JUst stop learning all languages. Just U stick ot Single and try to Master in dat....
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 the code given as [code] using System; using System.Collections; using System.ComponentModel; using …
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 Windows services :( ... The error is as follows [B]"It is invalid …
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 Windows services... :( The error is as follows [B]"It is invalid to …
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 [code] str5 = "D:\AttendanceReport.rpt" If Not IO.File.Exists(str5) Then Throw (New Exception("Unable to locate report file:" & vbCrLf & str5)) End If str6 = "SELECT …
Hii :) After Creating the Table U just go to Sql Query ANalyger and create a Stored Procedure Like [COLOR="Red"] CREATE PROCEDURE sp_ValidateUser ( @UserName VARCHAR(50) = NULL, @Password VARCHAR(50) = NULL, @Num_of_User INT = 0 ) AS SET @Num_of_User = (SELECT COUNT(*) AS Num_of_User FROM TblUser WHERE UserName = …
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() function. The code is : [code=C#.Net] private void Delay(int v_MilliSeconds) { long startTime = Environment.TickCount; while( Environment.TickCount - startTime …
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 list of textboxes should be displayed in …
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 .. Plz help me
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 [code] str5 = "D:\AttendanceReport.rpt" If Not IO.File.Exists(str5) Then Throw (New Exception("Unable to locate report file:" & vbCrLf & str5)) End If str6 = "SELECT …
Hii All, I havea problem with uploading Images into Database(MS Sql2000).. and i want to retrive them back.. Please do favour to me..
[QUOTE=vitou85]Hi I am a new member in the forum. Now I have problem with MP3 file. I want to know how to read and write MP3 to database. :?: :sad:[/QUOTE] I can understand ur problem but For what u are using that?? and what is the platform u are using?? …
[QUOTE=sahimel]hello everyone, im new with Asp.net so im seekin some help from all of u.actually im looking for any article or tutorial or some sample code from where i can get the idea how to use Asp.net where my language would be javascript and ajax and my server would be …
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 data(updating, deleting etc..) I have to upload the data from the windows application to the Webapplication. Plz help regarding this... Thanks to …
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 emp",cn); da.Fill(ds,"emp"); DataTable dt; DataRow drr; dt=ds.Tables("emp"); c:\inetpub\wwwroot\CSExs\MoveRec.aspx.cs(109): 'System.Data.DataSet.Tables' denotes a 'property' where a 'method' was expected Please Help me....
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 using a Web Service. So My Web Service Should Get the data From Website(SQL …
[COLOR="Red"] 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 User.... (It shud be in Encrypted Form while placing …
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 use tehm.... .So Plzzz Hel pme.......
The End.
sravankolla