- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
- Interests
- Pfotography, Listening music....
28 Posted Topics
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 … | |
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 … | |
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, … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. | |
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. … | |
Re: Can you please explain it properly. | |
Re: You can simply use the html marquee tag for this. whatever you want to show write them within the marquee tag. In the marquee tag you can set the direction to up/left/right. | |
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 … | |
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 … | |
Re: Hi ushineon, As we all know that C is the mother of all languages. Most of the concepts are taken from C. And I want to prefer the TurboC++ for programing. After knowing C one can easily switch to any other language easily. And it dosen't care anyone what language … | |
Re: While Layout designing in Photoshop, one should slice images properly. Smaller images should be in gif format and large one in jpeg format. One should maintain the number of slices up to 20. This will help to boost the site loading time. | |
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 … | |
Re: You can try [url]http://www.regleinfotech.net[/url], they provide quality hosting service and assistance. | |
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] … | |
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. | |
Re: Hey, First of all u hv to take dicission upon what kind of O/S u wnt to develope for. If it is Symbian and some others then u can also tke help of Nokia SDK tools and in genaral i want to prefer you go with WML. It's upon your … | |
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 … | |
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 … | |
Re: Hi, U must go with 'if else' conditions- like [code] if 'object' = 'username1' then if 'object'='password' then login = true else login= false msgbox"plz enter valid password for this user" endif else msgbox"plz enter valid user name" endif [/code] where 'object' is a filed of your database containig the … | |
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 … | |
Re: hey, Plz try to check your settings from first. There might something to recheck. Settings related to page setup and print. You may able to find it out. If your problem is solv then my DIL GARDEN-GARDEN HO JAYEGA.:) | |
Re: Hey, For what purpose u r using the HSbar and VSbar, If u r using it for text editor then try to use the RTF as your textfied or as text document window, it will by default take the scroll bars as needed. There are mainly two events we genaraly … | |
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 … |
The End.