473,538 Members | 10,904 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Forum

0
1,544
thread by: ChangLay | last post Aug 18 '15 by: ChangLay
I have a GridView with about 10 rows that can be updated new rows by users. In the GridView I show only 3 rows and vertical scrollbar. After a user selects any row on the GridView (the postback occurs), I want to scroll it to the selected row. How can I do this? Thanks in advance.
0
2,477
thread by: July2009Septup | last post Aug 18 '15 by: July2009Septup
I keep getting a window popping up all the time: postback_ifr(1x1) I hate it, I don't want it, and I wish I had never upgraded to Woindows 10 from 8. Can anyone help me prevent this from happening?
0
1,331
thread by: rahul2310 | last post Aug 14 '15 by: rahul2310
I am using asp.net 4.0 to develop web application code is in vb.net I want to send SMS from web application to sell phone in india. In past i did it using ma shape site 2 SMS API But the API is now deprived How can i achieve it i don't mind if i have to pay charge to service provider for each SMS
0
2,259
thread by: Sunil Revankar | last post Aug 4 '15 by: Sunil Revankar
How Can I Get The Session Value from ASPState Db, Where I Am Storing The Session Details Using Sqlserver Mode. This is what i have tried to fetch data from ASPState database. But couldn't able to do public ActionResult Home() { ViewBag.Result =Session.ToString(); SqlCommand cmd = new SqlCommand("select SessionId from
0
1,738
thread by: Doraikumarece07 | last post Jul 27 '15 by: Doraikumarece07
Hi All, I have assembly which registered as COM component in my project which created with Strong Name and its working fine as expected. The same assmebly which needs to be used for other operation and its for logging my exception in Data base. That database created as DLL, when am trying to use the COM which created with SN it saying strong...
0
1,302
thread by: rahul2310 | last post Jul 24 '15 by: rahul2310
I have developed web application using asp.net 4.0 and vb.net i am sending email which is html page from asp.net web application. there is button on html page.the html page which goes as email on click of button i want to capture value from html page and redirects to asp.net page. how can i do it.
0
1,526
thread by: eCzcC9 | last post Jul 22 '15 by: eCzcC9
This is an annoying asp.net message I believe. Instead of saying something like "page moved". But, to the point, for a "regular joe" (non programmer) Windows 7 user like me who gets this error all the time, the answer is even more nebulous: https://support.microsoft.com/en-us/kb/888418 The article does a lot of explaining (more for page...
0
1,466
PsychoCoder
thread by: PsychoCoder | last post Jul 18 '15 by: PsychoCoder
I'm currently working on an image gallery (or products with their images) and am getting a weird error in the UploadImageMethod in my ProductsController. Here's the method, then I'll explain where the error is: public ActionResult UploadImageMethod() { //make sure we have files to upload if (Request.Files.Count...
0
1,255
thread by: nyikayaramba | last post Jul 17 '15 by: nyikayaramba
Hi, I am relatively new in ASP.Net programming. How do l declare global variables. I would like to pick the username during logging on. This will be used for audit trails through out the application.
0
1,442
thread by: j2386 | last post Jul 15 '15 by: j2386
I am trying to loop through dynamically created controls and get the values out of them. all I seem to get is text is not a member of System.Web.UI.WebControls. below is what I currently but I cant seem to get it to work. a previous sub is building a label followed by a text box for a varying number of times and this sub is designed to collect...
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
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
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.
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...
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,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,663
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...
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
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();
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,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,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++) {

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.