I have a vb.net project with a few web pages, in each of the pages they call a custom control type which has scroll bar built in, thats fine and when the pages call each other i can controll the call to the other page by adding scrollbars=no in the window.open call, but when i set one of the pages to set as start page how do i them control if a scroll bar appears????? any ideas? Thanks
monageasmear
Posts
-
two scroll bars? -
two scroll bars?I have a vb.net project with a few web pages, in each of the pages they call a custom control type which has scroll bar built in, thats fine and when the pages call each other i can controll the call to the other page by adding scrollbars=no in the window.open call, but when i set one of the pages to set as start page how do i them control if a scroll bar appears????? any ideas? Thanks
-
two scroll barsi have a custom list that controls the look of my web page and that make a scroll visable but some where else in the code another scroll bar is been called so when the page is loaded two appear the one to the right doesnt work but its still visable, i want to get rid of this can anyone help me what i should be looking for im only debugging the code, didnt write it myself cheers
-
Input tag eventsI have a checkbox as how can i get this to post back from the .aspx page to the .aspx.vb where it is Protected WithEvents cbPropertyDamage As System.Web.UI.HtmlControls.HtmlInputCheckBox so i can write a sub as a handler here thanks
-
asp checkboxcould some one post some code to get me started please sorry but im new to this development thanks in advance
-
asp checkboxi want to add text to an asp page when the check box is ticked how do i go about this? thanks
-
asp checkboxi want to add text to an asp page when the check box is ticked how do i go about this? thanks
-
asp panelhow do you get it spo when you press enter in an asp panel it calls a function??? cheers
-
FIltering DataSet ProblemNo didnt work dont think dataset supports the wildcard "_" any other soloutions?
-
FIltering DataSet ProblemCant use wildcards with "LIKE" accessing oracle database objDv = FilterDataSet(objDs, "SUPERVISOR_NAME LIKE 'se_n'") where objDs is the data set should return "sean" but is not not fimilar with wildcards any ideas? Cheers
-
FilterData Set eproblem VB.NETCant use wildcards with "LIKE" accessing oracle database objDv = FilterDataSet(objDs, "SUPERVISOR_NAME LIKE 'se_n'") where objDs is the data set should return "sean" but is not not fimilar with wildcards any ideas? Cheers
-
wildcardsI am trying to do a sql with wildcards in the "LIKE" I tried _ and ? they wont work. * and % are working fine but i want some thing to match a single character. example LIKE _ean should return sean but it doesnt any ideas???? Cheers
-
IIS virtual dir problemwhen using iis i have a virtual directory with my project file it work but when i rename the virtual directory to what i wnat it called it wont work, ive tried iisreset and rebooting, it works for every other name but the name i want to be called is there anyone that ever had similar problems????
-
web service errorits ok it was only the syntax of the code tht was wrong
-
web service errorIm new to this language so forgive my lack of knoledge, i am getting an error about the namespace on line 4"Expression expected" and on line 9 Description "Description is a namespace,aned so is not a valid expression" Imports System.Web.Services Imports System.Data _ Public Class FlightService Inherits System.Web.Services.WebService _ Public Function ArrivalTime(ByVal FlightNum As String) As String Dim theTime As String Select Case FlightNum Case 1001 theTime = "12.30 AM EST" Case 2002 theTime = "4:15 PM EST" Case Else theTime = "INVALID FLIGHT NUMBER" End Select Return theTime End Function
-
and asp.net Starting new jobthe funny thing is im more than likeky on more a nice bit more money, loser
-
and asp.net Starting new jobwell smart arse its very hard to find good tutorials about stuff you dont have a clue of and if i was smart enough to get this job not having a clue what im doing im smart enough to keep it. Thanks for all the help. anyone else with some in put it just with all the different concepts involved in web services i need a good grounding to work with any ideas?????????? p.s if anyone wants to be smart please do a better job that that fool dave kreshowacky or whatever
-
and asp.net Starting new jobI have started a new job and i am to be programming web services with vb.net in visual studio .net with IIS 6 and UDDI and soap, im starting from stratch never touchede vb before or .net what should i do any good basic tutorials or sites please help, ive to learn on my own so need loads of help from ye thanks a million
-
Flash game in 4 days helpi am a student i need to develope a flash game in four days, what should i do? need some good sites and tutorials or should i trying decompling a game and understanding it from finish???? need urgent help thanks
-
compling .exei have a visual studio project in c++ that makes a .exe i want to run it from the command line, i think i need to complile it from here as well, how do i do that,what is the command?