Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
43% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #4K
~8K People Reached
Interests
Pfotography, Listening music....
Member Avatar for Sinha's

Person wrote - "I can see it happening and found many cases of mobile explosions specially much frequent in Rajasthan. I can say it started there and now i am hearing from mumbai also. There were many victims died of this in last one and half month. It is not …

Member Avatar for Arpan_3
2
3K
Member Avatar for Sinha's

Hello Friends, I have an ASP.NET application and SQL Server as its DB. When the database was small everything was fine, as now the DB contains huge amount of data. It seems it skip out some calculation. The details- Application: It calculates the commission of particular agent (like affiliate) for …

Member Avatar for Ramesh S
0
188
Member Avatar for Sinha's

Hello Frends I am getting an error. The details are follows, ERROR: Exception Details: System.FormatException: Input string was not in a correct format. Source Error: Line 36: if (rdr.Read()) Line 37: { [COLOR="Red"][B]Line 38: matured_month = Convert.ToInt32(rdr.GetString(0));[/B][/COLOR] Line 39: matured_year = Convert.ToInt32(rdr.GetString(1)); Line 40: conn.Close(); CODE: protected void Page_Load(object sender, …

Member Avatar for Sinha's
0
281
Member Avatar for Sinha's

Hello Frnds, I have an application developed in ASP.Net(C#) and MS SQL, its working fine and fulfilling the requirements. Now the problem is I have a [I]MS Access Database[/I] from where I have to read some data and feed it into ASP.Net form and then save it to [I]MS SQL …

Member Avatar for crishjeny
0
340
Member Avatar for Sinha's

Hello Frends, I have an application where I am trying to connect MS Access DB with a ASP.Net(C#) Page and the same application also connect to the MS SQL Server (Working Fine). While connecting I am having following [B]error:[/B] _____________________________________________________________________________________ [B]Server Error in '/manager' Application. The Microsoft Jet database engine …

Member Avatar for catherine sea
0
301
Member Avatar for Sinha's

sir,i i have two date columns today_date and doj_date.both of them are varchar data type.now i want to update today_date='01/06/2010' to '01/04/2010' where doj_date='01/04/2010'.that means only the month column. ihave used the following code update installment_scheme_customer set substring(today_date,4,2)='04' where substring(today_date,4,2)='06' and substring(doj_date,4,2)='04' . but it is showing error like this …

Member Avatar for bill51
0
111
Member Avatar for Sinha's

sir, I am developing a s/w in asp.net using c#.everything is working fine.but some times i get error like Event code: 3005 Event message: An unhandled exception has occurred. Event time: 9/23/2010 4:00:35 AM Event time (UTC): 9/23/2010 9:00:35 AM Event ID: 4849e4d93324492b9167dcc72751f79a Event sequence: 8 Event occurrence: 1 Event …

Member Avatar for sundarchum
0
146
Member Avatar for Sinha's

Hello Experts, I have following tables: Table_1: C_ID Inst_No Paid_Dt 201 2 12/06/2010 [COLOR="Green"]202 2 13/06/2010[/COLOR] 203 3 12/06/2010 [COLOR="Green"]202 3 16/06/2010 [/COLOR] Table_2: C_ID Inst_No Today_Dt 201 2 12/06/2010 [COLOR="Green"]202 2 12/06/2010[/COLOR] 203 3 12/06/2010 [COLOR="Green"]202 3 16/06/2010[/COLOR] Now, from the above two tables I want to display only …

Member Avatar for Sinha's
0
176
Member Avatar for Sinha's

Hello Friends, I have a simple problem, in my HTML page I want to display a paragraph and link but do not want to print it. Please guide me how to use CSS to achieve this.

Member Avatar for raj_developer
0
115
Member Avatar for Sinha's

Hello Experts, I have a web application build with asp.net(c#) and SQL Server 2005. Where user can enter customer record. But my problem is that, whenever end user try to enter record from two different places at the same time, it shows an error for violation of primary key constrain. …

Member Avatar for dnanetwork
0
100
Member Avatar for thebluestar

Here I try to make a dynamic site, means the content only is displayed in a main part of website.Hmm, all related pages are called by the values that are passed by the URL. Here is my source Firstly, from the main.asp page I add page dynamic_site.asp to show other …

Member Avatar for fashion gilr
0
144
Member Avatar for Nada_ward

Hello I want to move pictures vertically in ASp page. I will take the pictures from sql data base. but I don't know how I can display them. please help

Member Avatar for Sinha's
0
67
Member Avatar for Sinha's

Hello experts, I have a web application in ASP.Net (C#) and SQL Server 2005. In the application the end user can enter the customer record. When one end user use the application and enter customer record it works fine. But whenever more then one end user try to enter record …

Member Avatar for kvprajapati
0
266
Member Avatar for Sinha's

Hello Friends, I have a web application where data are stored in a SQL Server database by using an online form in the website. Now I want to have an offline application which will store data temporarily in DB (say MS Access) and later on the data will be converted …

Member Avatar for ac001
0
65
Member Avatar for ushineon

Hi All, Awesome site. Thank You !! Just a few quickies , is the C language here to stay ? Does anyone know of a language that may replace it in the future? What compiler do you all recommend for compiling C? What languages should I learn to help me …

Member Avatar for jwenting
0
213
Member Avatar for krisov

When designing webpage it should be ensured that the homepage of the website should have consistent patterns and the usage of various designs elements should be symmetrical as homegenity brings consistent pattern, thus aiding user experience.

Member Avatar for almostbob
-3
139
Member Avatar for Sinha's

Hello Everybody, I have used inner join with two tables to join them and tried to calculate the sum of rows. Now the table descriptions are- Table1- agent_business_collection (it stores business collection of an agent of different business packages) Table2 - agent_business_commission (it stores commission of an agent against different …

Member Avatar for woodsrr
0
178
Member Avatar for Sargo127

Im new to dreamweaver. When I am done creating my site how to I get a URL or a HTML or w/e? Can some1 please help me? AIM: Sargo127 Thanks

Member Avatar for faisallatif
0
176
Member Avatar for Sinha's

Hello Everyone, I have developed an application for website using ASP.NET and SQL Server 2005. Recently I have uploaded it to server, but after uploading its showing the following error message - [B] Login failed for user ''. The user is not associated with a trusted SQL Server connection.[/B] [B]Description:[/B] …

Member Avatar for Sinha's
0
288
Member Avatar for Sinha's

Hi Frns, Plz som1 help me, I want to add the values of a coloumn in MS Access db, I m using Visual Basic as a front end. The total should be displayed on the Form. So if possible then plz tell me the VB coding. Thnx in advnce.

Member Avatar for aparnesh
0
72
Member Avatar for nelly_1005

Hi guys I am doing my computer science dissertation on the complexity of navigation within mobile phones. Therefor for this i need to program a menu for a mobile phone which will help reduce time taken to locate functions within the phone. I wish to implement a search facilatated menu …

Member Avatar for pravsaugat
-1
205
Member Avatar for Sinha's

Hi frens, I m facing a strange kind of problem regarding display of windows. Whenever I try to minimize applications it dosen't show the minimize icon in the taskbar. Plz help me out, what kind of problem and how to solve it. Thanx in advance. Plz help me fast as …

0
50
Member Avatar for Sinha's

Frens, I want to check in my hard disk whether a file is exist or not by using the VB. I have to check mainly the text files created by sequential access method. I used the dir() method with if condition but it unable check that so plz help me …

Member Avatar for Comatose
0
140
Member Avatar for Smooth_411_2000

How do i use a preset password on my visual basic program that will check first the username and and then the password and make sure that if username is this then the password should be that...

Member Avatar for Sinha's
0
101
Member Avatar for Sinha's

Frens, I want to know that is there any way to change or access properties of msgbox. Plz mind that I am not talking about the properties found in the code editor. Special properties like it's size, backcolor, font style etc. Plz help me out. I will be very thankfull …

Member Avatar for Comatose
0
74
Member Avatar for chancellor

I need to be able to preview a report in Landscape format. I've set all the margins etc to be landscape format. However, it still previews as portrait now that I've removed some of the fields. I've not yet tried to print the report. When I leave the other fields …

Member Avatar for chancellor
0
152
Member Avatar for niraj.ks

Hi, Can anyone guide me in implementing Vertcal and horizontal scroll bar in the Form in VB6.0. tnx in adv for bailing me out :) Niksi

Member Avatar for Sinha's
0
55
Member Avatar for Sinha's

Hello evrbudy, I'm Umesh Sinha from Guwahati, India. I am a student. I'm here to share my ideas & view points with you and to clear my doubts too. Frens, I always try some new food items so, if you have new recp then plz send it to me. I …

Member Avatar for Dani
0
102