.NET Programming
I'm having a problem using arrays in VB.NET.
Here's the thing:
This is the initial design of the form during design time. What I want to do is repeatedly create a combo box and a text box for every row in list view.
Here's how it looks like at runtime; since there are two items in list view, there will be two combo boxes and two text boxes:
- 1046 views
- 1 answers
- 0 votes
I tried to install different versions of .Net Framework (1.0,1.1, 4.0) on my machine with the Operating System as XP HOME SP3.
- 1347 views
- 1 answers
- 1 votes
Here's the thing:
Why is it that running a Crystal Report in my VB.NET application always takes so much time?
It hangs for about 5-10 seconds before the result is displayed.
I'm just wondering if there is something that I can do to speed this process.
Thank you very much.
- 1312 views
- 2 answers
- 0 votes
Hi, I installed Microsoft Visual Studio on my desktop a few days back, but recently I have been encountering a problem in the middle of coding that generates an error message like:
Unknown Error
Then if I click OK the program terminates abnormally.
I need some expert suggestion to get rid of this trouble.
Thank you all.
- 1214 views
- 2 answers
- 0 votes
Does anyone know the best user friendly, free editor for developing asp.net applications?
- 1911 views
- 2 answers
- 0 votes
Hi!
Can anyone kindly help me to write a function for dynamic parameter passing in VB.Net and also state the limit of the parameters in such case?
- 1005 views
- 2 answers
- 0 votes
Hi All,
- 1375 views
- 2 answers
- 0 votes
I am having an ajax toolkit calendar extender with the code below:
<asp:TextBox ID="txtStartDate" runat="server" CssClass="textbox" ToolTip="Enter the Start Date"></asp:TextBox>
<asp:Image ImageUrl="/images/cal.gif" runat="server" ID="imgStartDate" ToolTip="Please Pick/Enter a StartDate" />
<ajaxToolkit:CalendarExtender TargetControlID="txtStartDate" PopupButtonID="imgStartDate"
runat="server" ID="CalendarExtender1" PopupPosition="Right" Format="dd/MM/yyyy">
</ajaxToolkit:CalendarExtender>
- 1494 views
- 1 answers
- 0 votes
Hello!
I am working on a project and I realized that it contains a set of forms on a screen resolution of 1920 * 1080, but I would want to move to a screen resolution of 1280 * 820.
Please, suggest a solution on how I can code or do some programming to automatically resize the forms according to the resolution of the screen.
Thank you in advance.
- 1679 views
- 2 answers
- 0 votes
How can I create the documentation of a C# file that is very well commented on using Visual Studio 2005?
I had to use command prompt for this documentation. Please help me out in generating this document otherwise it will be a very lengthy job.
- 1043 views
- 2 answers
- 0 votes