I am implementing paging in my asp site. To do this I need to have a hyperlink for each page. For example, Previous 1 2 3 Next.
How do I create the 1 2 3 links dynamically? I am new to asp and so far I dont know how to write code on the page without using controls.
Thanks
I have two buttons on my webpage. Everytime I hit the enter key it always goes to the other button. My question is how do I tie the fields in CreateUserWizard to its button.
When using the default CreateUserWizard controls for signup. How do I reference the id for each control (Username, password, ConfirmPassword, Email and the submit button) ?
I've tried "TextBox emailTB = (TextBox)CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl("Email")"...
I have a column with a set width. Is there a way to break a long text to prevent formatting issues?
For instance "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW" will cause the column to increase its width and formatting is lost.
I have a column with a set width. Is there a way to break a long text to prevent formatting issues?
For instance "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW" will cause the column to increase its width and formatting is lost.
Can you programmatically scroll a datagridview or a panel? I create two buttons; a Scroll Down and Scroll up button. When the user clicks on the scroll down button it causes the Datagridview to scroll down one row. same for scroll up.
Thanks in advance.
Let's say I have many different applications open and the vb app is somewhere behind them. On a certain event, I want the application to come to the front of the screen.
can this be done?
I created a datagridview with an image column. When I add an animated gif to that column the picture is static and does not display the animation. Does anyone know how to make the gif animate?
Is it possible to place an animated gif in a datagridview image column? If so, how would do so. Each time I put an animated gif in the image column it doesnt animate. It is just a static image.
How do I add rows to a datagrid with image columns?
I tried
datagridview.rows.add( dbnull.value, "hello", "test")
but it gave me an error.
I just need to know what value to put in for the image column.
I created a datagridview programmatically as follows
dim dg as new datagridview
with dg
.name = "dg"
end with
Now how do I access the rows property of the datagridview control?
I tried me.controls("dg").rows but that give me an incorrect syntax error. 'rows is not a member of...
Which table is the current customer orders stored in? and which tables are they moved to when the server closes the tab?
This is for the table service aloha (BOH and FOH)
There is a setting in the aloha.ini file "Delivery" which is set to true each time the FOH load. Does anyone know where the setting is in the manager to disable delivery?
Does anyone even know what delivery is for?
Setup finally works, but for some reason the FOH doesnt update the store information after I save it on the BOH server. Also when I add a table in the aloha manager It doesnt get pushed to the FOH machine.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.