Asp.net - Path Manipulation Placed In Page_load Method Of ASPx Page + VB?

Apr 20, 2012

If Request.QueryString("ID") = "" Then
folderDirectory = Global.FileUpload.GetFolderDirectory(Request.QueryString("TFID"))
If Not File.Exists(folderDirectory + fileName) Then
If Not Directory.Exists(folderDirectory) Then
Directory.CreateDirectory(folderDirectory)

[Code]...

View 1 Replies


ADVERTISEMENT

Asp.net - Access Method In Aspx Page From The Usercontrol?

Sep 18, 2009

I have a button in my usercontrol. When that button is clicked I need to call a method thta is in aspx page.

View 2 Replies

C# - Calling A Codebehind Method From Aspx Page From Gridview?

Nov 23, 2010

How do you call a codebehind/class method from a gridview in an aspx page? Also, I need to pass the value of databound column to that method.

<asp:BoundField DataField="Precision" />
<asp:BoundField DataField="MyNumber" DataFormatString="FormatHelper.Format(MyNumber, Precision)" />

View 3 Replies

Html Method=get Not Passing Values To The Next Aspx Page

Jul 2, 2010

i have simple html page with 3 textboxes.

[Code]...

The page loads but is these textboxes are empty. what am i doing wrong?

View 2 Replies

How To Redirect To Another .aspx Page On Clicking On A Rectangle On A .aspx Page?

Mar 18, 2011

how to redirect to another .aspx page on clicking on a rectangle on a .aspx page? mention the whole program including headers, preferably in vb

View 1 Replies

Jquery - Colorbox- Get Value From Popup (Child.aspx) Page To The Parent (parent.aspx) Page?

Jun 27, 2012

I have 2 pages. parent.aspx and child.aspx. In parent.aspx, i use colorbox and send some value for the child.aspx to popup.

[code]...

child.aspx will popup and shows ASPxGridView base on the value passing from parent.aspx. User will select the data from ASPxGridView. the selected data need to send back to the parent page. I code it in child.aspx.vb page.My problem is how can i get the value from child.aspx.vb and pass it to parent.aspx ?

View 1 Replies

Hide Div In Aspx Page And Show Div In Aspx.vb Page?

Mar 15, 2012

I have following code in aspx page:

<div id="a" runat="server" style="display:block;">
abc
</div>

[code].....

View 3 Replies

Store Multiple Id's From First Aspx Page To Next Aspx Page?

Jun 17, 2010

i have my first aspx page that has data thatthe user fills in. it is in format of textbox's and at the end of it all the user clicks submit and all data goes in the database. In the database each record gets an ID field. Now when the users clicks submit and goes to the next page, i want the ID's (they could be 1 to 1000+) from the DB that he just inserted and have them available on the second page. how can i take all the id's from page 1 to page 2? can i do it in session?

View 2 Replies

Asp.net - Using Javascript On An Aspx Page That Uses A Master Page - Which Contains The Page In A Form?

Aug 7, 2009

I have a master page which contains everything that inherits it within a form. A page inheriting from it needs to run some javascript to act on a text field on a page. However, I can't seem to reference that text field through the javascript, since the form begins on the master page. The following line will come up bogus: document.form1.txtFindUser.value = blah.responseText; This is because form1 is defined on the master page, while txtFindUser is on the current page.

View 3 Replies

Why A Page Load Would Be Called Twice On Page When requesting Aspx page

Jul 3, 2006

Does anyone know why a Page_Load would be called twice on a page when requesting an aspx page?I am using .Net 2.0 with the new .net 1.1 compilation model installed. Whenever I request a page, the Page_Load on the aspx page appears to be called twice, so does the Page_Load on and user controls added to that page.

View 16 Replies

Asp.net - Page Redirect On Page_Load IF Record Exists?

Nov 13, 2010

I have an default.aspx page that I'm trying to have redirect the user to a different page depending on whether or not their deviceId is stored in the SQL Server database. It should direct the user to the login.aspx if the record for the user is found or to the newdevice.aspx page if there was no record found. I want this to occur on Page_Load but have not been able to figure it out so far.

View 3 Replies

Stop A Page_load Event From Running If Page Is Refreshed?

Jul 3, 2009

Each time my webpage is loaded it runs a routine in the page_load event of the page behind which increments a viewcount by 1.

The problem I have is that the routine runs even if use refresh to reload the page.

How do I stop this routine from running if the page has been viewed by a particular user in their current session? [code]...

View 2 Replies

Asp.net - Enable/disable Web Elements Of A Parent Aspx Page From The Child Ascx Page?

Jul 20, 2009

I have an aspx page with three web controls: one to control the List Users page, one to control the Edit Users page, and one to control the Add User page. I have discovered a method for accessing these elements, but it seems to be limited. Here is what I have done:

Protected Sub editUser(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewEditEventArgs)
'set selected user from gridview.

[Code].....

This works in most cases. However, I am unable to access the "enabled" attribute of these web controls. Why is this, and how might I access that attribute?

View 2 Replies

Check All The Checkboxes On A Webform (aspx) Page, Which Is Inside A Master Page?

Aug 30, 2009

I am trying to check all the checkboxes on a webform (aspx) page, which is inside a master page,depending on the ID of the checkbox. The checkboxes are created dynamically, so I only know the prefix for finding it. So, I need to find these checkboxes by iterating the controls on the page somehow. It's not working out.

[Code]...

View 4 Replies

Javascript - Close Child Aspx Page If Gridview Index Is Changed On Parent Page?

Nov 17, 2011

I have a parent page and child page, both aspx. All is working, but now I would like to close child page, if user leaves child popup page and goes back to parent page and clicks on something else like page index of Gridview. I CANNOT close popup child page if user goes to another app, or some other location, I only want to close if something on parent page is changed.

I have the PageIndexChange Event set up for other purposes, I would just like to add some functionality, perhaps a script manager to close the child popup page if the Gridview index is changed, java or another way which ever works best.I think I might also need to check if the child page is even open.

[Code]...

View 1 Replies

C# - Post XML Data To Aspx Page And Reditect To The Page From Code Behind?

Aug 16, 2011

I need to post some xml data to a different aspx page and redirect to the same page.I tried the following code it does post to the page sucessfully but i need to redirect to the same page with posted data

[Code]...

View 2 Replies

Retrieve A Querystring Value From An .aspx Page And Pass It To Ascx Page?

Jul 8, 2011

Is is possible to retrieve the ID value from the Request.QueryString from a aspx file and pass it onto a ascx file in order to successfully update a profile using the retrieved ID?

View 4 Replies

Javascript - Pass Page Or Master Page Object To AJAX Page Method

Oct 5, 2010

I wrote a page Page method in my aspx page. in web service method I need to call FindControl method return textbox and get text box value. But my findControl will take MasterPage object to iterate.

see my code

<script type = "text/javascript">
function ShowCurrentDateTime() {
$.ajax({

[Code]....

How to pass Master Page object or Page to Page method?. So I can use in Sared method.

Is there any way I can access Textbox value directly in Page method? I need access couple of controls in Page Method.

View 3 Replies

Fastest Method Of File IO And Content Manipulation?

Apr 20, 2010

My current project is to process several files. The files come from a Unix server and have been SFTP'd to the Windows XP machine. (That's fixed protocol, I don't have control over it.) My problem now is that the Unix new line characters and Windows characters don't match. The solution is to read the file line by line and replace 0x0A with 0x0D + 0x0A, or Asc 10 with Asc 13 + Asc 10, or vbLf with vbCrLf, however you like to say it.Well I have a working function to do this, but any extra speed I could squeeze out of it would be fantastic. The text files I'm working with can reach sizes of about 100MB. So to the question:

Q: What is the fastest way to read a file in, change characters as necessary and then write the file out?Here is my current working code.

Private Sub FormatCharacters(ByVal files As String())
Try
For Each fileName As String In files
FileSystem.Rename(fileName, fileName & ".old")

[code]....

View 1 Replies

2010 - SQL Data Manipulation - Display Each Element On A Page In A Structured Format

Jun 15, 2010

I'm currently learning VB.net and can confidently connect to databases and return results to comboboxes run stored procedures ect to datagrids, However I'm wanting to find an online tutorial for doing loops with data so for example

I return the following data into a dataset

Orderno Orderitem Price GUID
111 Pies 1.50 xxx-xxxxx-xxxxx-xxxxxxx
111 orangutang 2.00 xxx-xxxxx-xxxxx-xxxxxxx
ect

I want to display each element on a page in a structured format so as to make a visual representation in seperate entities (labels maybe) of the data like so:

Order number

line 1 (includes item and price in plain text on a page i guess using a label)
line 2 (same goes)

Subtotal( )

The results and formulae i can do but it's simply how to split off the data from my dataset and display elements as seperates (also how will i dynamically create the lables as obviously i'm not going to know in advance how many order item rows will return )

Obviously this is not urgent but if anyone could point me at a tutorial or even better a few lines of code that will do this for the microsoft northwind data so i can mess about with it and play.

View 3 Replies

Asp.net - Downloading An Aspx Page?

May 30, 2011

In my web app, I have an aspx page which contains an html table and several lines of text. I need users to be able to download this whole page as a separate file.

In the past I have used the a webclient to do this:

Dim myWebClient As New System.Net.WebClient
myWebClient.DownloadFile(strSource, strDest)
Response.AddHeader("Content-Disposition", "attachment;filename=test.doc")
Response.Write("test.doc")

but it appears this is only able to download html pages.

View 2 Replies

Can't Add Some Of VB Classes To Aspx Page

Oct 27, 2009

I have 3 vb classes and I am trying to add them to my aspx vb page. I try to do

Dim Class1 as new class1 but only one of them works, the other 2 do not work. I made a sample class and put the following in it:

Public Class test
Public Sub test (byref test as string)
test = 5
end sub
End Class

Then I went and tried to do Dim test as new test but it doesn't work, what am I doing wrong? The other class works fine and I don't know why this one wouldn't.

View 3 Replies

Designing An Aspx / Vb Page?

Jan 2, 2012

I need help in designing an aspx / vb page (.NET 1.1):The result is a table with 3 rows A,B and C it should look like this:

A
B
C

A, B and C have fixed height of 5 lines / 20 lines / 5 lines B content are gathered from dataset and can be more than 20 lines and then it should be splat and hole new table is created under the the first one like this:

A
B part 1
C
A
B part 2

[code]....

View 1 Replies

Using ConfigurationManager From Aspx Page?

Aug 11, 2011

New to ASP.NET. Trying to be able to switch what text is being displayed based off a value in the Web.config file. Here is a sample of my code.

<td background="images/LoginBox_03.gif" width="350" height="151">
<table border="0" align="center" id="tblLogin" runat="server">
<tr id="trEmail" runat="server">

[code].....

View 3 Replies

Asp.net - Save An Aspx Page In Session?

Dec 30, 2011

I have a login page that return the userName to a page called User.aspx.The User.aspx shows the information about the user based on a sql select. I fill 12 labels on the page with the result of the select.I want to keep the information of my 12 labels if the user Quits and enter again in the page.I save my session

Session("UserPage") = (litHello.Text And litAddresse.Text And litAnimalGenre.Text And litCouriel.Text And litNomAnimal.Text And litPays.Text And litPostalCode.Text And litProvince.Text And litRace.Text And litTel.Text And litVille.Text)

Now how I can proceed too fill all my label with my saved session call UserPage??

View 3 Replies

Calling A Procedure In A Different Aspx Page?

Sep 9, 2011

In my asp.net project, I have two particular aspx pages (lets say PageA.aspx and PageB.aspx)

In the codebehind PageA.aspx.vb, I want to call "Sub GetDefaultValues()" which happens to be in PageB.aspx

Update:PageB.aspx has textbox controls that contain default values (which are being read in Sub GetDefaultValues). Those default values get populated into the textboxes of PageA.aspx (based on certain conditions)

Is there a way to do that?

View 1 Replies

Forms GridView On ASPX Page?

Apr 22, 2010

Is there a way to use a VB.NET Forms DataGridView object on an ASPX page?

View 1 Replies

Get The Print Of Section Of .aspx Page?

Aug 18, 2011

I am printing reports as tables in .aspx pageNow i want to print that section containing table. how can i print that section only?As I got javascript function to print the whole page with window.print() but I want only some section to get printed.

View 1 Replies

Host A WebService In An ASPX Page Using ASP.Net 2.0?

Apr 6, 2012

In the process of converting a page from normal postbacks to AJAX-calls (using JavaScript to load/control the UI entirely and use ASP.Net strictly as a backend), I found myself wanting to replace a GridView with a AJAX-sourced dataset.

[Code]....

View 2 Replies

Preserve Values In ASPX Page?

Feb 21, 2011

I am trying to figure out how to preserve the values of the controls on this page (just the user-submitted commission value and the sales region (eastern is 10% and western is 20%)).[code]...

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved