I do believe this question is more relevant to .net, as I want the longitude and latitude from the javascript to be accessible in my .net server side code.
If a java person does not have .net experience then surely they would not be able to assist me!
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...
Aceman many thanks
the only things that was wrong in your code was i had to use FilterOnLoad.... but thanks for pointing me in the right direction...
EXCELLENT
I can not set the filter on the report that way...
The code i am using for the pdf file, just needs the report name, and nothing else!!!!
So i was kind of wondering if there was a way to over-ride if the report uses the filterOn or not...
As default the report use FilterOn, and i have set a...
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>")...
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.