Topics
-
Dotnetnuke
by karths- 1 reply
- 900 views
In Dotnetnuke, if I try to add a customized module, I am getting the error "MinMax persistance type of cookie requires a ModuleId". Can anyone help me in this regard.
Last reply by rustyd, -
-
- *Experts*
- 2 replies
- 1.4k views
I am trying to create an xml file from an untyped dataset but not all of the tags defined in my schema are ending up in my xml file. I need all tags in my xml file even if they are empty. I am using the SqlDataAdapter to fill my DataSet and I am using ds.WriteXml to create my xml file. I am calling ReadXmlSchema on the DataSet before filling with data. Any ideas on how I can get all tags to write to my xml file even when no data is returned from my query??
Last reply by sandrajean, -
-
-
- Administrators
- 3 replies
- 998 views
I'm using dropdownlists for the user to select an item which is then saved into the database. I'm sure this WAS working when i originally tested it, now i've come back to it (was using the frame to set up test data for a later frame) and its not working. (It just selects the first item). I've even tried the below, which isnt working either. Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Label11.Text = ddownRoles.SelectedIndex.ToString 'also tried selectedvalue, which as i'm sure you know displays the samething End Sub I'm using .Net 2005, i've checked that the 'EnableViewState' is se…
Last reply by Jay1b, -
-
- 0 replies
- 686 views
Hi All, I created a crystal report in the designer (version 9.0) and now I want to use the report in a .net that has been created. It has been updated to use cr v9 but now when I try to access that report as in the statement: Dim crReport as rpPayroll rpPayroll is not an option and therefore doesn't exist. I did some checking and found that when I added the existing report to my project a class was not generated for that report, how do I create this class or at least allow the app to use the crystal report?? I tried rebuilding the solution but that didn't work. I'm thinking someone here has run into the same situation and knows what steps I can take. Appreciat…
Last reply by jccorner, -
- 0 replies
- 1.2k views
Is there any means of retrieving the Structure of a Table using SQL query That is I want to retrieve the FieldNames,and its corresponding DataTypes from my Table ?Any idea???? :confused:
Last reply by sureshcd10, -
- 1 reply
- 910 views
Hello, What is the data type returned from an asp.net control's Width property? I tried performing arithematic operations on it but asp.net(vb) recognised it as a syntax error. private int test label1.width = Me.width * (test/100) 'vb highlighted this as an error How do we perform arithematic on the width properties? :confused:
Last reply by karths, -
-
- Administrators
- 4 replies
- 944 views
hi, I have to do a project using daab transaction using Microsoft visual studio(vb). is there any website or book anyone can recommend whereby they give step by step or detailed way on how bout doing it??? I am having troubles wif my code, the bolded part has an error and i have no idea y...: Imports Microsoft.VisualBasic Imports Microsoft.Practices.EnterpriseLibrary.Data Imports System.Data.SqlClient Imports System.Data.Common Imports System.Data Imports System.Transactions Public Function ConfirmTransactions(ByVal tempCID As String) Dim db As Database = DatabaseFactory.CreateDatabase() Dim connection As IDbConnection Using (connection…
Last reply by PlausiblyDamp, -
-
- 0 replies
- 746 views
Is radgrid a part of .NET environment (is it a freeware)? If so where to download that component ? Is radgrid compatable with .NET 1.1 ?
Last reply by karths, -
- 0 replies
- 1.1k views
I have a composite control that contains another composite control. I would like for the user to set a public property on the parent control and then i want to access that property down in the child composite control. I thought that if I set a viewstate variable in the parent that i could pluck it out in the child control by refering to it by the same name. Didn't work. Any suggestions?
Last reply by VBAHole22, -
-
- Leaders
- 3 replies
- 1.8k views
I am using C# 2005 and want to have a transparent label. Can any one help me? Thanks!
Last reply by snarfblam, -
-
- 0 replies
- 831 views
I have a ASP.net 2.0 webform that has two buttons on it. A cancel and a submit. I have made my submit button the default button for the form using the DefaultButton property of the form tag. When the user hits enter is call my submit procedure like it should. My problem is that the cancel button is still highlighted like it's the default button when the form is loaded or when a text box gets focus. How can I make it so this button doesn't get highlighted when the form is loaded or when a text box gets focus. Thanks!!
Last reply by CJLeit, -
- 0 replies
- 1.2k views
i store some images in resource-files so i can use it for different langauges... my problem is now that i want to get the image from the resourcefile and use it in an asp:image-control. i managed to get the image as system.drawing.image from the resources but i havent found a way to use it with an image webcontrol. thanks for your help
Last reply by gabru, -
- 0 replies
- 1k views
i am developing an asp.net application with c# and i tried to use local-resources today. it did not worked :) i know that i have to follow a naming convention. so for a file called default.aspx I will need a localresource file called default.aspx.resx What I wonder now is how to differentiate between e.g. more Default.aspx files? lets say you have some subfolders in your webapp and want to specify resources for each default.aspx .. how do you do it? example: products/default.aspx customers/default.aspx i could not found something on msdn that describes this problem. hope someone could help me. thanks in advance
Last reply by gabru, -
- 0 replies
- 1.1k views
i am quite new to programming with asp.net and my problem is the following. I want to create a control (or custom-control, etc. sorry i dont know what will be the correct name) which allows me to add a content by myself and take some properties as well ... to be specific i want to create a groupingbox which makes a rounded border over some content .. further i want to specify the width of the control ... here is some pseudocode: i want to write something like this: <my:Box width="400"> <content> <strong>thats me</strong> </content> </my:Box> and i want the control to do the following when rendered: &…
Last reply by gabru, -
-
- Administrators
- 3 replies
- 1.4k views
My application (daemon) runs as stand alone but when i start the service which calls the daemon gives me an error. The daemon checks for emails using MAPI control. Does anyone have any idea.
Last reply by PlausiblyDamp, -
-
-
- Leaders
- 3 replies
- 2.6k views
Saw a post long time ago, but searched google & here, and cant seem to find. There was a way of typing text into the header (or other portion of the image file) . Anyone have a link or know how to do this? Is there any disadvantage to it, ie some browsers then wont display the image? Limit on text length? others? Thanks,
Last reply by jo0ls, -
-
- 1 reply
- 1.6k views
how can i display a form without the title bar? iam using visual studio.net 2003 :D
Last reply by Cags, -
Linked List
by alien-
- Administrators
- *Experts*
- 6 replies
- 2.5k views
iam learning vb.net and i need help in understanding the linked list class. i have this assignment am trying to do Introduction Ourworld is a travel company that provides worldwide flight routes for travellers.The company wants to improve the way in which it creates records and maintains flight routes. It is proposed that the flight route for each traveller will be defined by a linked list. Each node that forms part of such a linked list would be an airport. The resources available at any airport would be detailed via a suitable database. Entities such as Destinations, Date, Time, Carrier, Flight Number, and Seat Class would be part of the information stored in the d…
Last reply by alien, -
-
- 2 replies
- 1.1k views
Hi, I am using C# to call a javascript function. A string represents the name of the javascript function. Below is a snippet of the 'before' and 'after' operations. The original c# code is : private const string AttachContextMenu = "return __showContextMenu({0});"; //this is the string which represents the javascript function //then I use string.format on the string constant public string GetMenuReference() { return String.Format(AttachContextMenu, Controls[0].ClientID); } //finally, the javascript is called upon the 'oncontextmenu' event ctl1.Attributes["oncontextmenu"] = GetMenuReference(); But when I changed the GetMenuReference() method to the following, …
Last reply by LiLo, -
- 5 replies
- 1.1k views
Hi all My code for uploading and compressing an image is working, in so far that it uploads the image and compresses the image. The problem that I am encountering is how do I go about displaying that image on another page once the system redirects the user to the viewing page. I have tried using a image control from asp.net, however I am running into major difficulty with regards to the location of the image file. The second problem that I am having is with the deleting of the uploaded images, however I believe that that problem is to do with asp.net and permissions. All suggestions for the first problem are welcome. Mike55.
Last reply by aliassce,
-
Who's Online 0 Members, 0 Anonymous, 47 Guests (See full list)
- There are no registered users currently online