473,538 Members | 13,150 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Forum

3
2,374
thread by: Vijas | last post Jul 3 '15 by: Rabbit
<html> <body> <script type="text/vbscript"> Set new = createobject("excel.application") new.Application.Visible = true new.Workbooks.Add
0
1,528
thread by: Suvarnni | last post Jul 3 '15 by: Suvarnni
Hi, I'm using an IFrame, grid and a button in my aspx form. Based on the Row selected the content will be loaded in IFrame. But when I clicked the Button the IFrame is freshly coming. How to Solve this postback of IFrame Issue
0
2,762
thread by: webdesignjaipur | last post Jun 23 '15 by: webdesignjaipur
The items stored in ViewState live until the lifetime of the current page expires including the postbacks to the same page.
1
2,178
thread by: lakshmiprasad | last post Jun 5 '15 by: ankit20071991
sir, DateTime dat1 = Convert.ToDateTime(txtstarttime9.Text); DateTime dat2 = Convert.ToDateTime(txtendtime9.Text); TimeSpan ts = dat2.Subtract(dat1); txtnoofhoursupdate9.Text = ts.ToString();
3
4,906
ayakamacy
thread by: ayakamacy | last post May 23 '15 by: ayakamacy
Hello all, i was wondering how should i insert null values into a database. I have textbox1 and the textbox2 will convert the value out of textbox1, when i the time i click save and the textbox1 is empty i got an error, "Conversion from string "" to type 'Date' is not valid." i just want to insert null value if the textbox is empty.
0
1,338
thread by: Elize | last post May 22 '15 by: Elize
I did publish to a local file on my computer. When I tried to upload the files Compiled to my hosting using FileZilla, the project uploaded successfully but i get an error on the first page as below: Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following...
0
1,549
thread by: Raviranjan1234 | last post May 8 '15 by: Raviranjan1234
In Web config file i mention session time out =30 min and in IIS it is 20 min for application pool. But session in expiring in 2 min only please help....
0
1,665
thread by: jonbarcelona | last post Apr 27 '15 by: jonbarcelona
Hi, I am currently assigned to design and develop an EDMS. The system should be able to accommodate different type of documents. System should be capable to capture information from each document according to its type. Example below: School Document: First Name Last Name SchoolID Address
2
2,024
thread by: jen85 | last post Apr 22 '15 by: jen85
I have a grid view with 100 rows like this: ID Name Day Activity 1 Carl Monday Clean 1 Carl Tuesday Run 2 John Monday Visit family 2 John Wednesday Landscape 2 John Friday Hang out with friends 3 Amy Saturday Visit salon ... I would like to display only the first row per each Person(id) and to...
3
1,885
thread by: xianxian | last post Apr 22 '15 by: BeastGeek
I have a ASP.NET website and an hosting account on asphostportal.com. I created a SQL Server Database with Direct Access and updated the connection string with the one provided by asphostportal. There are no errors, but I see no data being stored in the database on a form submit. Code to insert a row is as follows: public int...
2
3,475
thread by: sank06 | last post Apr 20 '15 by: BeastGeek
I have godaddy hosting plan in which multiple domains can be created. In one such domain (not primary) I have hosting my .net app. I am getting error 500 In the web.config file I have included <system.webServer> <httpErrors errorMode="Detailed" /> <asp scriptErrorSentToBrowser="true"/> </system.webServer> <system.web> <customErrors...
0
1,584
thread by: maluda | last post Apr 12 '15 by: maluda
Here is my code.(submit botton) whenever I refresh,the previous data posts back to the database.how do I prevent this please.Also,how do I prevent posting existing to database. Partial Class Contact Inherits System.Web.UI.PageProtected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim...
0
1,249
thread by: swargdgv | last post Apr 7 '15 by: swargdgv
Hi Dear All, I have created one intranet Application in that I want to get user's windows login id, which I implemented it works fine when I use IE but in firefox it ask for authentication. I have done all required settings in IIS.
1
1,569
thread by: Manoj Dhamal | last post Mar 25 '15 by: Rabbit
protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { BindState(); BindApplication(); prevPage = Request.UrlReferrer.ToString();// the error is occured on this line } }
1
1,543
thread by: pratishtha | last post Mar 25 '15 by: Rabbit
SELECT * FROM StudentAttendance WHERE Date BETWEEN '"&Textbox1.Text &"' AND '" & Textbox2.Text &"'
1
1,511
thread by: Parthibann | last post Mar 11 '15 by: Rabbit
I am create the auto generate form and my Codeis int n = 3; string Record = string.Empty; protected void Page_Load(object sender, EventArgs e) { for (int i = 1; i <= n; i++) {
0
1,376
thread by: fastestindian | last post Mar 2 '15 by: fastestindian
Hi, I am getting following error message when I try to use the crystal report on newly set Web server. Its an 64 bit but my application is in 32 bit. I am getting following error. Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its...
3
5,280
thread by: somtabu | last post Feb 24 '15 by: thereporter
Hello... I want to make nested accordian with the help of AJAX ACCORDIAN control. Please help...... Thank you.
0
1,371
thread by: Mudassir | last post Feb 23 '15 by: Mudassir
Dear all, i need to develop a website which will login the users to gmail account from my website. the users will enter their gmail id and gmail password in two textboxes on my website's page and click on the button on my web site and will be logged in to gmail account. any help and sample codes will be greatly appreciated.. Regards:
0
1,379
thread by: madankarmukta | last post Feb 11 '15 by: madankarmukta
Hi , Can anyone guide me on how to navigate to Xaml page from Html page in javascript ? I am developing Html5 Windows phone application. I tried to use window.location.href = "Page1.xaml" to navigate to xaml page but it's not working. Please guide me.
0
1,279
thread by: Raju Boy | last post Jan 31 '15 by: Raju Boy
Hi, I'm doing MCA now i'm in MCA projects i've some Knowledge in .NET. I want to do my project as own project. But my Guide is asking me to do in different methods like asking me to use Data Mining concepts or Image Processing or Cloud computing. Is there any possibility to use them in .NET projects if is there any available please tell me...
1
1,394
thread by: Raju Boy | last post Jan 28 '15 by: Frinavale
Hi, I want to develop a project that should be available at Online and at the same time it can be used with VB.NET Windows Based Application. Both of them should use the same DataBase. I'm asking about the Concept only not the code. I want to use ASP.NET for website and VB.NET for windows Application and MS-ACCESS for Database ...
0
1,271
thread by: shaliniraji | last post Jan 24 '15 by: shaliniraji
Hi Everyone, I've 1 website in that I would like to include Admin Panel,so that in future anybody wants to do some modifications they have to do without entering into coding part...I don't know how to achive this can anyone help me here............
3
4,800
thread by: rahul2310 | last post Jan 23 '15 by: Frinavale
/*DATA GRID STYLE CSS;*/ .EU_TableScroll { max-height: 275px; overflow: auto; border:1px solid #ccc; } .EU_DataTable {
1
1,247
thread by: nana12345 | last post Jan 22 '15 by: Frinavale
HI, i have data Table which is dynamically created and is bind to grid View and the page have a button which is redirecting user on another page when is clicked. That's page one.Now when user is redirected on page 2, and if he want to get back on page 1, I want to be present the data Table there in page load.Please help!

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.