Hi everyone,
Can someone please give me some advice? I have never wrote a xml file before and would like to know what nodes i should use.
My xml file will contain 0, 1 or more actions, 0 or 1 comments, 0 or 1 locations.
Each action will have a name, date and time.
Each comment will just have...
Hi everyone,
I have a FileUpload component on a master page, and for some reason, when i access this page from a PDA, the HasFile property is always false when i have selected a file.
I can use the FileUpload component by itself and it works fine on any platform (desktop/PDA/laptop), but as...
hi everyone,
I am new to asp.net and have built two asp.net applications/wizards that i need to put into my asp application. I know all about asp and asp.net not sharing session data etc, but was wondering why the asp.net ones wont.
I had to open IIS and set both the folders that contain the...
Hi everyone,
I have made a shared public function within a class that returns a data table. When i set the selectmethod of an objectdatasource to a function, i get the error :
The type specified in the TypeName property of ObjectDataSource 'ProjectDataSource' could not be found.
Anyone know...
Hi everyone,
I have got a iPAQ hx2700, a XDA mini and a XDA Exec.
I am creating an application which uses the normal ASP.NET server control linkbutton.
Everything works when i use it in a normal web browser on a desktop PC.
Everything works when i use the iPAQ hx2700 and the XDA mini.
But...
Hi everyone,
I was sondering if someone can point me in the right direction to the following :
We currently have a web application in old asp that is used by our clients.
Each client has there own database for there data.
Now i am trying to rewrite the application so it is Object Orientated...
Does anyone know why the panel server control doesnt display using Pocket Internet Explorer?? According to microsoft Pocket Internet Explorer SDK, the panel control, which renders as a Div element should work.
Anyone got any ideas??
My page code is as follows :
<%@ Page Language="VB"...
Hi guys,
Hope everyone is well! I have a problem displaying the tree view on Pocket Internet Explorer. The tree displays and works fine using desktop browser, and expands nodes perfectly.
The first time i load it up on Pocket Internet Explorer it displays fine, but then when i click a node...
Hi everyone,
I am trying to register this client script but for some reason i cant access Page.ClientScript
This is my code, it takes a datatable in and formats the data that i want. My concern is to find out how to get the javascript to register on the page
Any help would be apprieciated...
Hi everyone,
We currently have a web application on the internet and are now going to expand and make the pages available to mobile users.
Am i right in thinking that in order to create a web page for a mobile (pda, wap phone etc) you dont have to use the mobile controls?
Can anyone here...
Hi all,
i think i have my head around server controls now, but just wondering if there are special methods that i should override in my server control? People are on about the Render Method and something about adding child controls? Should you put certain code within these methods? Anyone got...
Hi everyone,
I have created a Master Page and set a content page to it, that is all fine.
On my content page i add a user control, which registers javascript using
If Not (Page.IsClientScriptBlockRegistered("js")) Then
Page.RegisterClientScriptBlock("js", jsFunc)
End If
But for some...
Hi all,
I have made a user control, which is basically a single menu toolbar, now each user on my site can have different toolbars, going to different places, in different colors etc etc.
I thought the best way to do this would be to make my user control, which i have done, then create a class...
Hi everyone,
Can someone help me to figure this out in my head.
A user control is a control made up of a ascx file and code behind file.
A custom server control is basically the same, but the control is made up entirely of code.
Is this correct?
Does anyone know the pros and cons for...
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.