Emadkb's Q&A profile
.NET Development New install of VS
I got a new machine and installed Vis Studio 2003. It worked fine on my ole one. Now, whenever I create a web project it waits and waits and then returns the error - Cannot open or create this application because your browser is configured to use a proxy server for the local server. Anyone know what this means - how I change it Thanks, Dave Tried that - it lets me change things, but I still get the messag ...Show All
SQL Server MDX - how to descend to dimension key level elements in a hierarchy which has not the key level in it
Hi everybody. I have a dimension DIM with the attributes Attr1, Attr2, Attr3 and KeyAttr, which is the key attribute. I have a hierarchy "Hier1" with these levels, from top to bottom: Attr1->Attr2 . I don't want the KeyAttr at the base of this hierarchy. But sometimes I may need to use a function which finds the members of the key attribute which are the descendants of a specified member in the "Hier1" (descenda ...Show All
Windows Forms Binding Navigator Problem
Hi I'm using binding navigator via binding source and ofcourse data table as datasource. When I press plus button on navigator it clears all the bound controls for new entry. Fine but when I press save button for saving the new record nothing happens. Correct me if i'm wrong. I expect navigator to work in following way. When I press plus button it should create new row in the underlying table. Then I enter values in control to ...Show All
.NET Development Creating new tables using DataSet....
Hi All, I have one datatable in my dataset that is not in my DB. I want create this new table using DataSet. Is it possible to create a new table via DataSet using ADO.Net concepts. If possible means how to do this I don't want to use SQL create statement. Thanks in Advance, Arun I think what you need is to add a datatable to the dataset programmatically. This will probably get you started... For example: DataSet ds = new DataSet( ...Show All
Visual Studio Express Editions To check multiple Checkboxes in CheckboxList using values from Array.
Hi All, I have an array which contains values of the checkboxes that I would like to check in the CheckBoxList. However, when I do a loop only 1 checkbox is checked. Is it a coding error I am using Microsoft Visual Web Developer 2005 Express Edition and am coding in VB.Net. I would really appreciate it if you could help or assist me. Thank you so much. tb_lessons.Text contains a String for eg: 2,3,4 Here is my code: ...Show All
Visual Studio Express Editions CDate function returns 'IndexOutOfRange' error - also in VB.Net 2005 Beta2
Hi folks, I have already reported this error in the VS 2005 Beta2 forum, but was told that it was not reproducible (VbCity and VBug, and your UK Launch team were also unable to reproduce the problem). I think I now have a lead on the issue! It also looks similar to a problem reported yesterday on the VB Express forum - 'I keep getting the out of range exception'. I have condensed the problem to two lines of code: &nb ...Show All
.NET Development Remoting from GINA
Our app needs the services of remote objects during the logon process (say, to log invalid log on attempts). We have a replacement GINA in place and it uses COM to invoke a COM-enabled CLR object. This object in turn does the remoting stuff. All the objects are connected up and working but during initialisation, the CLR object performs a RemotingConfiguration .Configure(...) call which throws an exception (apologies, its a a lengthy one) and ...Show All
Visual Studio Express Editions smaaalll Bug. in Menus
Hi, Not to criticize particularly. But I noticed this. And also don't know I Itself Misunderstood. when we assign a menu to mdi windows list item. when a child forms are loaded. A separator comes first and a list of child forms are listed. after closing all the child forms. listed items in the menu disappears AND the SEPARATOR doesn't disappears. Sorry ! Please submit a bug at the msdn product feedback center ...Show All
SQL Server How to set empty a space from a derived column expression?
hi, This field comes from a flat file and sometimes own zero and sometimes own a empty position (after 'EUR'): 2006053000499236000005307700108287457080200408287452006052953990000000010000EUR 2006053000499236004414989200101423426004400501423422006052953990000000010000EUR0 [Column 12] == "0" [Column 12] : TIA At destination [char] ( 1 ) COLLATE Modern_Spanish_CI_AS NULL, ...Show All
SQL Server SQL Express Management Setup Error on Windows Vista Beta 2
Miscrosoft SQL Server Management Studio Express (SQLServer2005_SSMEE.msi) don't complete setup on Windows Vista Beta 2 with Sql Server 2005 Express installed. Error Code 29506. C:\Program Files\Microsoft SQL server\\90\Tools, Alberto What mean (Alberto is my Windows account) Yes, download from http://go.microsoft.com/fwlink/ LinkId=65110 ...Show All
Visual Studio Express Editions Creating a Cash Register StyleTextbox Display
Hello Spotty, Renee...Thank You all for helping me to learn VB2005. I say very sincerely, It's been a lot of fun, and hard work(thinking)!. I've pasted code to show what is presently being done. Until several keys are pressed, the end user cannot tell what they have pressed. Evereything is done by mouse down, or click, as this will be a KIOSK only Touch Screen App. The display would be preferrably righ to left with each digit showing ...Show All
Windows Forms About access
I have a table in access with CustomerID as primary key and autonumber. If i delete all rows and add a new the CustomerID value does not begin from 1. I any way to delete all rows and the CustomerID value to begin from 1 That happens with all autonumbersing in databases. The database keeps track of the current position of the number and increments it from that position, regardless of what the user does on the tab ...Show All
Visual Basic Bootstrap setup.exe?
Hi , I created a setup package for netcf.When i install it from desktop using Bootstrap setup.exe it asks wheather to install framework 1.1 when net framework is not found.I should not get this message but the framework should be installed silently without giving confirmation message. how can i do it Check out this msdn article . ...Show All
.NET Development How do I grant UIPermission?
hi, I'm creating a new app domain and loading an assembly into it. I unwrap class Foo and execute method Bar which makes a call to MessageBox.Show("foobar"). This throws a UIPermission security exception. How do I resolve this Awesome. It works! Thx for the article link. I never came across that one despite spending the day searching. Regards. ...Show All
Windows Forms flex grid functions
i can't work like this ! i cant find the textmatrix propertie is the new datagrid where is it and how can i add rows to this dataGrid without binding it to a data source why there is no new FlexGrid The equiva ...Show All
