Topics
-
- 0 replies
- 679 views
Is it possible to establish a Foreign Key on a view?
Last reply by rmatthew, -
Is it possible to have a reference to a generic type independent of the Type used for its declaration. e.g: Dim r as new List(Of String) Dim k as List = r 'Editor won't allow this And if there is a way of doing this, how can you find out what the relevant Type for k is?
Last reply by rbulph, -
-
- Administrators
- 3 replies
- 2.3k views
Hi All, I'm running into a very annoying problem, and cannot for the life of me figure it out. I have 2 web pages that I'm working with in a registration process, Register.aspx and ProcessRegistration.aspx. The first page has 2 textboxes for existing users to login at the top, and a registration form for a new user to fill out. However, when I fill out the registration form and submit it, the page does not keep the form data so that it can be processed. At first I tried processing the data in the click event of the submit button on the Register.aspx page. If the information was correctly processed, then it sent the user to a success page. But, I believe that …
Last reply by dakota97, -
-
Dim X As X
by rbulph-
- Leaders
- 3 replies
- 865 views
Is it good programming practice to declare a variable with the same name as the name of the class it belongs to? i.e. Dim Employee as Employee I suppose if you use a different name you can use the class name to get a drop down showing just the shared methods and properties, which is a small argument against doing this. Otherwise, are there any issues?
Last reply by rbulph, -
-
-
- Administrators
- 4 replies
- 887 views
I have breakpoints inserted into my code, but the will not stop. I know they are being reached. They worked in the past, but have stopped. I a completely updated VS2005 and completely updated Vista Business OS. I also tried reinstalling VS. It had no effect Any suggestions?
Last reply by PlausiblyDamp, -
-
- 0 replies
- 700 views
I have an xml that looks like this: <Root> <row> <F1>04858</F1> </row> </Root> The only way I know to select from this and make it look like a select from table is this: declare @xml xml set @xml = '<Root> <row> <F1>04858</F1> </row> </Root>' DECLARE @docHandle int EXEC sp_xml_preparedocument @docHandle OUTPUT, @xml select * from OPENXML(@docHandle, N'/Root/row') WITH (F1 varchar(10)'F1') My question: Is there a simpler way to do that? Thanks
Last reply by Puiu, -
- 1 reply
- 8.2k views
Hi On a aspx web page i'm rendering a RDLC report directly in pdf file. The report has a background image. On the local machine everything works fine, the PDF shows correctly (with the background image as well). The image is embedded in the rdlc file. When I upload it on a server and try to render it it says "Insufficient data for an image". The report is displayed but without the background image.... Any ideeas why?
Last reply by Puiu, -
- 0 replies
- 945 views
Hi All, I am working on Migration of Oracle Forms to ASP.NET, I am searching for approaches to make this happen, I have read about 'Forms2Net' tool which claims easy migration. But I want to know if it really works well, advice from somebody who has used Forms2Net or some other approach will be really useful. I would like to know following point on this: 1. Approaches for Migration of Oracle Forms to ASP.NET 2. Is Forms2Net really useful? Any shortcomings of Forms2Net? 3. What are the pitfalls or issues to watch out for while migrating? 4. Any aspects of the Oracle forms application that are better re-implemented than the migration approach? Waiting …
Last reply by anup_daware, -
-
- Administrators
- 7 replies
- 1.8k views
Hi, I read this article of few months ago: http://blogs.msdn.com/coding4fun/archive/2006/10/31/913360.aspx. I built my own site based on the code provided. Locally it worked perfect. The problem is when I put it on my web server and try to access it from the web. There seems to be no playlist showing, where as when it ran locally I got loads of songs. It seems that the problem might be to do with the user. I did some crude experiments by putting some email code so I could see what was going on. The first one is at page level: Protected Sub lgnAdmin_Authenticate(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.AuthenticateEventArgs) Handles lgnAdmin…
Last reply by davearia, -
-
-
- Administrators
- 4 replies
- 922 views
I would like to create a custom Graphical interface class that i can implement into any project in the future. Similar to the windows forms, but different shapes. What is the best way to go about this? ANything will help even google search strings... Thanks
Last reply by mskeel, -
-
- 0 replies
- 2.6k views
hi every one i found a software a-apr180 in a crack site this software immidiately revealed my database file in ms access!!!!!!! i wonder how is this possible and its totally unsafe its a shame for a microsoft product. please let me have some guide or process because my software is based on ms access only and i am about to launch it bye....hurry
Last reply by aman729, -
-
- Leaders
- 2 replies
- 3.5k views
Hi after quiet some time I finally found the problem why my ListView control isn't sorted despite the sorting: As soon as I add groups to the listview and assign them to the listviewitems (which are added after the groups are added), the ListView doesn't respect the insert method, it behaves as if I would use add instead. Immediately after setting lstvw_HistoryEps.ShowGroups = False the order of the listviewitems is correct. Does somebody know whats going on here?
Last reply by Arokh, -
-
- 1 reply
- 819 views
I am writing a windows application that interfaces with a SQL database. I want to set up a form that uses data from a parent table (RR_Record) and a child table (RR_Level) based on a value selected by a user from a combobox. The form loads key values for the parent records with no problem. When the user selects one of the choices in the ComboBox, the parent record should populate a series of textboxes on the form and the related child records will be a source for a DataGridView on the form. I created a Data Tier/Data Access Level. Here is the code for that: Public Class RecordAndLevelDataTier 'Class level variables for the DataSet and TableAdapters Private a…
Last reply by lorena, -
- 1 reply
- 1.1k views
Hi, I have this web application and it has a 3rd party Gallery Control on the page . This gallery control would basically shows a list of images with a <A> tag wrapped it. And when i click on the image, it will be redirect to somewhere else... Now, my question is, is there a way for Ajax1.0 to override or disable the <A> tag and injects a onClick event into these images? I know I can do this in jQuery, but since I am pretty new to Ajax1.0, so I really don't know what kind of limitation it has... for those who knows Ajax1.0 well, please help me!! Thanks, Carl
Last reply by microkarl, -
- 1 reply
- 2.4k views
i want my application to retrieve the information from the file`s property window as to when was the file created and when was it modified.... how can i do that using visual basic 2005 classes ????? can some one help??? thanks in advance
Last reply by techmanbd, -
Hi, I am using Windows XP Pro and just installed IIS 5.1 on the machine. I created a new website under IIS and when I tried to debug it. I received the following error: Failed to access IIS metabase. The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see http://support.microsoft.com/?kbid=267904. I clicked on the MS support link and got myself really confused. Can someone tell me what actually I need to modifyin order to run the site correctly? Cheers, Carl
Last reply by PlausiblyDamp, -
-
- Administrators
- 1 reply
- 1.4k views
I am able to build a program that was handed to me from a former co-worker. But when I try to run the code I get an error that says "Visual Studio cannot start debugging because the debug target <and then it shows the path and execuatable name in the bin\Release directory> is missing. Please build theproject and retry, or set the OutputPath and AssemblyName properties appropriately to point at the correct location for the target assembly". I have tried this by using both bin\Release and bin\Debug and I get the same sort of error when I try to run either within or without debug mode. When I right-click on the project to show the project properties, here are b…
Last reply by PlausiblyDamp, -
-
- 0 replies
- 702 views
Hi, I am using a c1 webgrid control and I need to set it's datasource via a DataSourceID. I have a table with all of correct data in there. How do I use this with the DataSourceID? Thanks, Dave.
Last reply by davearia, -
- 0 replies
- 1k views
Does anyone know the basic syntax to query Exchange 2007 calendering info (like a public calendar)... I'd basically feed the script a users's email address and then their login info and return appointment info and scheduling.. All via VBscript...(web) Thanks in advance..
Last reply by markm75, -
- 1 reply
- 922 views
Hi all, I am looking for the icons of US 52 States flags! I mean each state has a flag, so I need the 16x6 icon of each flag. I searched internet a lot but didn't find any free good icons, I just wanted to see if you know a good one! :D
Last reply by techmanbd,
-
Who's Online 0 Members, 0 Anonymous, 47 Guests (See full list)
- There are no registered users currently online