Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TheCivic
  • Content: Threads
  • Order by date
  1. TheCivic

    Basic XML Question from XML Newbie

    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...
  2. TheCivic

    Uploading with Master Pages

    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...
  3. TheCivic

    Applications and session data

    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...
  4. TheCivic

    TypeName or class not defined?

    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...
  5. TheCivic

    ASP.NET controls on PDAs

    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...
  6. TheCivic

    Data Access Layer?

    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...
  7. TheCivic

    Panel control

    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"...
  8. TheCivic

    Postback Invalid

    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...
  9. TheCivic

    Register client script

    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...
  10. TheCivic

    mobile controls

    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...
  11. TheCivic

    Writing server controls

    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...
  12. TheCivic

    Master page and user control

    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...
  13. TheCivic

    calling a user control

    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...
  14. TheCivic

    User Control or Custom Server Control

    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...

Part and Inventory Search

Back
Top