I have the following script to get the long and lat (after prompt, and they say ok), and it populates 2 hidden fields.
What I have trying to do is get this to server side so I have use the information a db query. I have tried to use a ontextchange event, but no event is firing!
Any assistance...
Sorry, really unsure how to word what I am trying to achieve
I would like to be able to get rid of the .aspx but in the url, but the website still be able to know what content to display.
Would this be a matter of controlling the error404 page - or is there another solution that fits what I am...
Hi, a bit stuck.
I have a datagrid that i load data into on the window load, into the itemsource via a datatable
On the window is another listview, which I want to add a new row to the datagrid when the user double clicks on the listview.
How do you add a new row to the datagrid.
Any help or...
Hi,
I am trying to drag/drop an image from the desktop (or any location), into a textbox field.
I want to be able to capture the filename/locations.
From there I know what I want to do, but unsure how to do the above.
Any help would be appreciated.
I've got this code
Dim crReportDocument As New ReportDocument()
crReportDocument.Load()
I have a report in the solution called "company details.rpt"
All i am trying to do is load this, so i can then apply it to the crystal viewer, but can not figure out how to do this.
Can anyone...
HI,
I have a report that has a subreport. But the data been pulled from the subreports forces a new page in the report, where i would like the data underneath one another.
example: the first data been pulled is 1 line, but the second record is about 2/3 of page. Above the subreport, i am...
Is it possible to have on a form multiple drop downs, and then to get these to affect the image that is displayed on the webpage?
Example,
DD1 (Colour) - Red, Blue, white, black
DD2 (Front Logo) - Logo1, Logo2
DD3 (Front logo Colour) - Red, Blue, white, black
DD4 (back Logo) - Logo1, Logo2...
Is there a way to change the filterOn property of a report before i run the report, via some vba.
I know i can do this within the report, but i am using some code to export this to a PDF document - and it does not hit the report_load procedure.
As default the report has a filter setup, but i...
Unsure if this is the correct place to ask this question, but i have this code
Dim IPNResponseStream As Stream = strResponse.GetResponseStream
Dim encode As Encoding = System.Text.Encoding.GetEncoding("utf-8")
Dim readStream As New StreamReader(IPNResponseStream, encode)...
Hi,
I have got the following code, which all works fine, just so you know it queries paypal...
System.Web.HttpContext.Current.Response.Clear()
System.Web.HttpContext.Current.Response.Write("<html><head>")...
I am accessing an sql table with a text field.
I am adding a label control at runtime, with the data from the above field.
When i am creating the data it contains carriage returns, but when it is displayed on the webpage, it is just one line of text.
What are my options to get this work. I...
Hi,
I have got a database containing a sub menu. which will constantly change.
Within the data that i am bringing back will be the Name, order_by
How do create the menu dynamically, assign a style and a url link.
I know how to get the data out of the database, but its just doing the other...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.