Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

18 Posted Topics

Member Avatar for Kiba Ookami

JUst stop learning all languages. Just U stick ot Single and try to Master in dat....

Member Avatar for Mrewan79
0
763
Member Avatar for sravankolla

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 …

Member Avatar for shijobaby500
0
1K
Member Avatar for sravankolla

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 …

Member Avatar for Ramy Mahrous
0
132
Member Avatar for sravankolla

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 …

Member Avatar for Teme64
0
118
Member Avatar for sravankolla

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 …

Member Avatar for sierrainfo
0
169
Member Avatar for marequi

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 = …

Member Avatar for Fungus1487
0
329
Member Avatar for sravankolla

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 …

Member Avatar for vp_aries14
0
110
Member Avatar for sravankolla

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 …

0
66
Member Avatar for sravankolla

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

Member Avatar for sravankolla
0
215
Member Avatar for sravankolla

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 …

Member Avatar for deepthi0910
0
134
Member Avatar for sravankolla

Hii All, I havea problem with uploading Images into Database(MS Sql2000).. and i want to retrive them back.. Please do favour to me..

Member Avatar for postmaster
0
114
Member Avatar for vitou85

[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?? …

Member Avatar for vitou85
0
272
Member Avatar for sahimel

[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 …

Member Avatar for Paladine
0
227
Member Avatar for sravankolla

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 …

Member Avatar for tgreer
0
101
Member Avatar for sravankolla

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....

Member Avatar for sravankolla
0
103
Member Avatar for sravankolla

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 …

0
92
Member Avatar for sravankolla

[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 …

Member Avatar for tgreer
0
151
Member Avatar for sravankolla

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.......

0
34

The End.