Hi
I am not so good with javascripts.
I have a page where I have added reference to javascript file eg <script src="../js/custom.js"></script>
I have an update panel that I need to refresh, but in there is elements that rely on the above JavaScript file to render chart controls etc - but on...
Hopefully the right section to post this question!
I am using the following script
<script>
window.fbAsyncInit = function () {
FB.init({
appId: 'XXXXXXXXXXXXXXXXX', // App ID
status: true, // check login status
cookie: true, // enable cookies to...
Hopefully a simple questions
I have got a property
Public ReadOnly Property Test() As String
Get
Return "Hello World"
End Get
End Property
I am trying to display this on webpage by using
<%# Test.ToString%>
But it is not working.
Any help/assistance...
Hi
No, I am not doing any of that!
I have simply got code in the page_init of the masterpage, but every time I run a page that uses this masterpage, the code does not run (only the first time the website is loaded)
Hopefully a simple one!
I have some code on the page_load on the masterpage.
I need this to run everytime a page using the masterpage is loaded; but this code only seems to run once!
What can I do to fix it
many thanks
Thanks for this, but it will not execute, i am getting this error message
Only functions and some extended stored procedures can be executed from within a function.
I need to pass 2 parameters to a function, one with be a guid I use to query a table to get the database I need to look in, then other will be another guid value I need to find the description of.
I am trying to do something like this:
Create Function [dbo].[get_Description] (@DB_GUID...
PHV - that is brilliant - many thanks
Another quick one, if you do not mind. I have this sql statement, that I am trying to count the company_guid values
SELECT DISTINCT dbo_Campaign_Data.Company_Guid
FROM dbo_Campaign_Data INNER JOIN dbo_Campaign ON dbo_Campaign_Data.Campaign_Guid =...
I am trying to combined to queries. This is my first
SELECT dbo_Campaign.Campaign_Name, dbo_Drop_Downs.Description, dbo_History.History_Guid, dbo_Drop_Downs.Order_Value
FROM (dbo_Campaign INNER JOIN dbo_History ON dbo_Campaign.Campaign_Guid = dbo_History.Campaign_Guid) INNER JOIN...
Hi,
I have a webpage with 1 textbox, which is populated onload, with "TEST DATA"
this is changed to "NEW DATA"
on a button click (in code), when querying the textbox text value, it returns "TEST DATA", and not "NEW DATA" which it has been changed to.
I am unsure what is going on.
Any help...
This is a complete newbie questions, so excuse me if its been answered before; just looking for a very quick answer, and this is the best place for that, without me speaking to sales people trying to sell me a solution.
What is the best way to export data, change this data, and then import it...
I have a table cell which I am applying a style to. This style has a background image.
Then I require another image going into that same tablecell.
But what I am looking to do is make the tablecell style's background image be ontop of the image that I put into the cell.
The reason for this I...
Sorry, I thought I had re-read my questions...
In the fields table there is no Contact_ID column.
Just the field information for a given campaign.
And then in the campaign information it holds the campaign answer for x number of contacts.
So the campaign_id would get the fields that are used...
Hi,
Unsure how to explain what I am trying to achieve, so please bare with me.
I have a table containing field information that are against certain internal campaigns. We use this to display the fields on our internal crm.
What I am now trying to do is use this information within this table...
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.