Hi! thanks for ur reply! yes i have some business logic on this column. this column can accept only three values. 1 - store 2 - development agent 3 - previous owner anything else user trying to do system shud show errorprovider on this column with some altert message as well.
popalzai
Posts
-
Errorprovider within a datatable column -
Errorprovider within a datatable columnHi! i want to show the errorprovider icon within a column of a datatable. and this datatable is bound to datagrid. is there any solution for this?
-
How to set text property of a ComponentControlhm that the way i have done too. the name of the control was "ASKButton" i have set the text property to "Add" then compile the project and drag drop the button control on the form and what i see is that the button text property is "ASkButton1". i want to set the default value for this button. when ever i drag and drop this button it should show me the Text=Add and when i want to change it, it should allow me to do so!
-
How to set text property of a ComponentControli did not code anything. i have just created a component class and then went to designer partial class code and inherits it from the button class. that's it and then went to designer and tried to set the property from the property window.
-
How to set text property of a ComponentControlHi! i have made a component control and its inherited from System.Windows.Forms.Button class. now when i go to the designer and set the text property, i am unable to set the text property. when i set the text property and use this control on the form, that text setting is not coming. please let me know how can i get this resolution. Thanks!
-
How to hide the parent property in UserControl?Please tell me one thing. how can i add summary detail for my user control property? the way you can see for anyother property and methods and even for events in objectbrowser.
-
How to hide the parent property in UserControl?Thanks a lot dear! its working fine.
-
How to hide the parent property in UserControl?Hi! i have made a user control with combo box over it. now i want to hide the BorderStyle property of the user control so that end user could not change this property. how can i achieve this functionality?
-
Reverse Engineering of VB6 exe fileHi! is it possible to get the code out of vb6 exe file.
-
page is not working perfectly in IE7.0hi! no there is no specific error cuming. only thing is that page is not displaying the story properly. if u have seen this page then definatly u can understand the things r cuming in strange way. im showing text only on this page. there r 4 to 5 lines i have written but the lines r cuming only one or two and its looking like its merging between eachother. for ur analysis i m sending u the links below. http://www.aidasanibiradri.com/About.aspx http://www.aidasanibiradri.com/FamilyInfo.aspx?nodeID=20 plz dear gme some solution for this. thanks in advance. regards.
-
page is not working perfectly in IE7.0hi! its my 4th message. but no one has answered me yet! im in prob dear! the page http://www.aidasanibiradri.com/About.aspx is not working perfectly in ie 7.0 but working in ie 6.0 wat cud be the problem ?
-
page is not working in Internet Explorer 7.0hi! i had already posted this question before. but no reply from anyone so im posting it again! my page which is working fine in ie.6.0 but not working in 7.0 wat cud be the prob. i have used in this page a datagrid and inside it i have used gridview cotrol to show child records. page is http://www.realtime-dxb.com/navintex/FamilyInfo.aspx?nodeID=20 will some one plz help me in solving this prob. regards! atif saeed khan.
-
page is not working perfectly in IE7.0hi! i had send u link also. i can not explain in words. let my try. in ie 6.0 its showing the children information perfectly but if u see the same page in ie7 then it is hiding that information. is there any settings i have to do for ie7 to show asp pages perfectly or i gt to change my control layout ? for reference plz visit this link. then u can easily understand the prob urself. http://www.realtime-dxb.com/navintex/FamilyInfo.aspx?nodeID=20
-
page is not working perfectly in IE7.0hi! my page is not working on IE 7.0 but it is working fine on 6.0. wat cud be the prob. im sending u the link too. i have used grid control inside a datalist control to show this page. http://www.realtime-dxb.com/navintex/FamilyInfo.aspx?nodeID=20 thanks.
-
how to show saved text data in paragraphic way.thanks for reply.
-
how to show saved text data in paragraphic way.hi! i have saved a brief history like a paragraphic way in the access database. wen i get the result, i get it with same line breaks and spaces i gave while writing text. now prob is that wen i am trying to show this inforation on a literal control its coming in one line only. how to get the data in the same way i entered while saving.
-
showpopup help.thankx for reply. but dear its not working in the mdi application. lets suppose if u take this form as a child form then wat ?
-
showpopup help.ok! actually if u can c the help of showhelp popup in msdn the same example i tried to run. wat i gt idea from this example is that the popup help will popup on the edge of the textbox. but it is not working so. try the example in msdn. Private Sub textBox1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles textBox1.KeyUp ' Determine whether the key entered is the F1 key. Display help if it is. If e.KeyCode = Keys.F1 Then ' Display a pop-up help topic to assist the user. Help.ShowPopup(textBox1, "Enter your first name", New Point(textBox1.Right, Me.textBox1.Bottom)) End If End Sub 'textBox1_KeyUp
-
toolbar over inherited form.hi! i have made one master form with toolbar control over it. and i made the modifier of the toolbar to protected so that watever new form which will b inherited from this one can change the properties of this toolbar. but its not working in that way. wat shud b done to get this functionality. its and desktop application. thankx in advance. atif saeed khan
-
showpopup help.hi! yup its a desktop application. actually im working on a product in which i have to give enduser the help option too.