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
About Me

Jr. Software Programmer

Favorite Tags
Member Avatar for Kiba Ookami

I was wondering, why are there so many programming languages out there? I mean, I've learned a bit of Visual Basic, a bit of C++ and a bit of Java (which I didn't like) and I was wondering, why others keep making more langauges. I can see Java having to …

Member Avatar for Mrewan79
0
747
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
126
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
114
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
157
Member Avatar for marequi

:eek: Hello, I'm trying to figure out how to create a database driven login page in ASP.NET 2.0. As you can see I'm new at dotNET so I need all the help I can get. I can't seem to figure out how to use my own database to pull the …

Member Avatar for Fungus1487
0
320
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
103
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
63
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
193
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
128
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
107
Member Avatar for 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:

Member Avatar for vitou85
0
267
Member Avatar for 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
224
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
98
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
98
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
89
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
144
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
33