Description:
Microsoft .NET technology newsgroup.
|
|
|
problem with a check-out button
|
| |
Hi, I have a cart page where I show the selected products and the user must click on a check-out button. When the user clicks the check-out button the program have to hide the panel with the selected products and show a panel with the "thanks for buying" message (and save the data in the database).... more »
|
|
Help with Form authentication
|
| |
Hello, We are currenlty using FormAuthentication (FormsAuthentication.SetAuthCo okie) to log users into our web apps. We are currently using the aspnetdb and the SqlMembershipProvider for role and user management. We are using VS2008, SQL Server 2000. My question and problem is this. SetAuthCookie uses the username to set the authentication ticket and log the... more »
|
|
Dataset In Session Variable
|
| |
Quick question... I was watching a tutorial video and in that example they created a DataSet - filled it with some data (small amount of data). Then they stored it to a session variable. On postbacks they just kept using that dataset filled data for some comparisons. I was under the impression that was a 'nono' and it is better just to... more »
|
|
Create TabPanels from an XML file
|
| |
I've posted this many times. I had my accordian code at the bottom as an example but some filer must not like something there so the posts never showed up. It was simply an Accordian element with a XmlDataSource specified. Much the same thing I'd like to do with a tab control. If there are three sections in the XML file each containing a Header and a... more »
|
|
FreeTextBox Control
|
| |
Is FreeTextBox a curretnly supported control. I ask because after looking into it and the spell check options for it, it seems like it is an old control that really is not being updated for FireFox, Chrome, etc. It is a very nice control because it is small and fast as opposed to other editors. Does anyone have information on it? IESpell... more »
|
|
Testing
|
| |
I can't seem to post a certain question to the group. I want to see if it is the contents or if it is just that it doesn't like me any more. Please ignore - unless you have some suggestion as to why I'm being ignored by the server :-)
|
|
Creating Tabpanels from an XML file
|
| |
The ajaxToolkit Accordion has a DataSourceID which can be set equal to a XmlDataSource and a HeaderTemplate and a ContentTemplate that can get there data from the Xml data. Unfortiuonately, the ajaxToolkit TabContainer does not use that model. I would like to use an XML file to create the data TabPanels, with the... more »
|
|
Need to fix Dropdown height to get scrollbar
|
| |
Hi all, I am having a dropdownlist on a popup window that has around 150 items, when selected the list goes out of the popup window. Can somebody help me to fix the height of the dropdownlist so that I can restrict it to show 50 items and let user scroll down the list to view the rest. Thanks in advance.... more »
|
|
hiding linkbuttons on masterpage
|
| |
I have a masterpage that has a row of linkbuttons on it. These linkbuttons open up the different applications that are being developed. The number of linkbuttons will continue to grow from the current 3 to at least 7 (possibly more). The webapps are using a nested master page inheriting from the master... more »
|
|
|