microsoft.public.dotnet.framework.aspnet.mobile Archive - October 2002
Post a message to this list
Messages
Page: 1
Hiding a column in an objectlist (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, Can anyone tell me how to hide a column in an objectlist, using code behind I am creating the tables dynamically, so I would like a solution programmatically (vb if possible) Thanks Arne
Fixed height scrollable viewports allowed in MMIT/WAP? (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Are fixed height, scrollable viewports allowed in MMIT/WAP? I don't like how the SelectionList works on various cell phones, so I had to ditch it for a multi page list. Ideally, I'd like to use a fixed height, scrollable viewport if it's possible. I could do it if I were writing an app which would run on the cell phone (i.e. J2ME/MIDP etc.), however, I didn't know if it is do able in WAP.
focusing on a mobile:TextBox (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Is it possible to focus on a TextBox control when displaying a form in IE for Windows CE?
Send SMS (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi All, I want to send SMS from my application i have tried alot but i don't fine any solution.Please help me out i really need this.I don't want to use any third party webservice or any third party tool like simplewire,i want to create my own web service,I don't expect any code from anybody but i will be very thankful if anybody share the logic behind this.I am working as vb.net developer but i h...
controls and event handlers (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, how can I add an event handler for a control during runtime execution? Thanks in advance
ObjectList control (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi ! Does anyone out there know whether an objectlist control can have 2 labelfields ? I'm trying to make 2 columns of data and both need to have links. Is it possible to program in such a way that the link will redirect to another mobile web form instead of showing the values for the datafields?
Tables (7 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Does anybody know how to show tables on a mobile web form? I can use an object list to show a list but no boarder lines.
OnItemCommand in ObjectList doesn't work (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Code in my page: mobile:ObjectList id "ObjectListPatientList" runat "server" EnableViewState "False" CommandStyle StyleReference "subcommand" LabelStyle StyleReference "title" AutoGenerateFields "False" Font Size "Small" Wrapping "Wrap" LabelStyle Wrapping "Wrap" LabelStyle Font Size "Small" OnItemCommand "ObjectList1 ItemCommand" DeviceSpecific Choice Filter "isHTML32" Xmlns "http://schemas.micro...
Illegal Characters (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello! Is it possible to use special characters (?, &, , etc. ) with MIT? mobile:Link id "Link1" runat "server" NavigateUrl "Browse.asp?X M&Y L" MyLink /mobile:Link This link gives me following error.... "WML v1.1, Unknown source character, 463 encoded bytes, UTF 8" How can I fix that? Thank You! Janno
Text property does not change (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi all, I am using the MMIT to develop a mobile app. I have a textbox and a command button in the page that I want to use for searching. For code, I have: Private Sub cmdFind Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdFind.Click Dim strCriteria As String strCriteria HttpUtility.UrlEncode(txtProject.Text) RedirectToMobilePage("FindProject.aspx?Criteria " & strCriteria) En...
Multiparameter Querystring Problem (7 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Using Mobile Toolkit 1.0 and the following code: Dim xy As New MobileControls.MobileListItem() xy.Text oCont.PersonName & " (" & oCont.Descriptions(0).Text & ")" xy.Value "ContDetails.aspx?BusinessKey " & Request.QueryString("BusinessKey") & "&CNum " & iNum List1.Items.Add(xy) Page cannot be displayed in two of the Nokia emulators but works in IE. If I comment out the &CNum it works fine. Is there...
ObjectList (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hello! I'm using ObjectList and ItemTemplate to display a single record from database in my member profile update page. I tried to use the following code but it's not working...? Dim Name As String Name.Text Dim Age As String Age.Text ...... Dim Location As String Location.Selection.Value Dim Gender As String Gender.Selection.Text Dim strSQL As String "UPDATE Dating SET Name '" & strName & "', Age...
Objectlist/ItemCommand/DefaultCommand does not work on WAP devices (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi there, I have an ObjectList with an DefaultCommand "ShowDetails (a sub wich handles the ItemCommand). Everything works fine for me on the ce devices... BUT: when I load the page on a WAP Device I just "browse" and my DefaultCommand is not being used : (! Whats wrong here??? Here is some code.... filling the list: m Result oWCAManager.GetAllUsers Dim m ArrayList As New ArrayList() For Each m Use...
How can I assign current date to variable? (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I don't know what function should I use to get current date: dim objParam as OleDbParameter objParam objCmd.Parameters.Add("@Date", OleDbType.Date) objParam.Direction ParameterDirection.Input objParam.Value Date() How??? Thank you.
How to change the color of a ListItem? (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Does anyone know how to go about changing the color of the text inside of a ListItem? Thanks a lot.
A problem on ObjectList (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi,Everyone I am now using ObjectList to display many records, and Internal Pagination is used. But how to list its all page number in the bottom of control? Thank you very much if you have any answers!
Help ! Two cards instead of one! (wrong name..) (8 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Using Mobile.NET, I've created a form with a selection control and three command buttons. I'm testing it on the Openwave emulator (4.1) and a Motorola i85s phone. 1. For some reason, the one form translates into two cards. The first one has the selection control, with 'OK' as the soft key label. The second card has my two command buttons! How can I get them back to being multiple soft keys on 1st ...
Timer tag in WML (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi! Is sombody can help me? How can I write timer tag and ontimer property in wml? Now I have wml page: wml card title "Page" ontimer "menu.asp" timer value "40"/ p img src "logo.wbmp" alt "picture" align "middle"/ /p /card /wml What shall I do to get output in Mobile Forms like this? Inochkin Alexander
Javascript (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I have a question about setting the focus on a textbox. I am able to execute javascript, however I don't have access to my server side control. I get an error message thats states myControl is null or is not an object. Any suggestions?
Accessing user control in code-behind for page (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Anyone know how to access a user control in the code behind for the page (*.aspx.vb)? The user control is properly being used in the *.aspx, but I cannot access it on the *.aspx.vb code. I found some examples which access user controls in the *.aspx via in line script code, however, I was hoping I could access it in the code behind source *.aspx.vb.
Compiling VB mobile user control into a DLL? (4 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Anyone know how I can get my VB mobile user control (*.ascx) into a dll, and have it show up in the toolbox? I can get it to compile in a regular class library dll just fine, however, VS complains that there is no control to add to the toolbox. I see Microsoft's DynamicMobileImage example uses a regular class library, but it's done in C#. I also tried creating a web control library, however, when ...
Mobile Drop Down List (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hey, Could someone please inform me on how to do a drop down list for a mobile application. Mobile:DropDownList... just produces errors. Thanks Steven Gladen
Invalid View State (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi all! I'm developing a web based application for Pocket PC. In a form that have datagrid( which is just a normal webform, not mobile webform). The following errors occured. [HttpException (0x80004005): The View State is invalid for this page and might be corrupted.] System.Web.UI.Page.LoadPageStateFromPersistenceMedium() System.Web.UI.Page.LoadPageViewState() System.Web.UI.Page.ProcessRequestMai...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com