Our current application is working fine but when you try to misbehave like we found out that When login with same user in multiple tab with different organization(there is a organization dropdown in the master page which sets the cookie whenever it is changed.) in tab one it is org 1 and tab 2 it is org2 , cookie has the later org 2 in it but when we go back in tab1(which had org1) and save the record org 2 will be saved with the record So can some one share some sort of a checklist with us which address these types of problem.
I am having grid view with check boxes, If user selectes multiple rows Iwould like to print all the selected rows page by page means first row in first page second row as second page how can I do this
I'm using the Microsoft Chart control to put a couple of charts on a web page. If you render 2 charts, the resulting HTML is something like this (the table is mine, the img and map are from the MS Chart):
Note that both charts use the same name for the image map for each chart - "ImageMap" - and it uses the coords from the first chart on the subsequent charts, even though it puts different titles on each element.
Am I doing something wrong in trying to render 2 charts on 1 page? Is there a workaround for this?
I am curious how to display many charts in one aspx file or cshtml or html file. like I use one aspx file to make one chart. and then i have lots of such aspx files which give me many charts. how can I combine them in one page?
I have 20 Charts in 20 Crystal Reports and I want to show them all in a web page in ASP.net 2.0. If I take a crystal report viewer ,it shows only 1 chart in that viewer. I want to show them all .Is it possible.
but when I added the bar graph, the first chart appears but does not show the lines and the second graph is not displayed at all ... Is it possible to put 2 chart like that ?
We have a simple ASP.NET app that uses the ASP.NET SqlMembershipProvider and all is great.
We want to create a second app on the same server, also use the SqlMembershipProvider, but a different "applicationName" so that the user accounts between the two apps are kept separate.
It looks like this would be possible by making the two different app domains (ie they each have their own web.config), but I'm hoping to just put them in different directories so I don't have 3 web.configs (one for each app, and the main one) that all have to be kept synchronized. So what I'm after is:
/web.config /APP1 (uses membership provider in /web.config, with userlist A) /APP2 (uses membership provider in /web.config, with userlist B)
It looks simple to define multiple membership providers that use a different 'applicationName' value.
But how do you tell the system.web.authentication node which membership provider to use?
i have some form with few textboxes, i need to send it to another page (asmx) in different server. in this asmx page there is a code handler the data. how can i send all the data without using querystring or server.transfer (the page located on outer server).
i have 2 update panel that work conditional and each of them has Update progress. but when Ajax Postback occur in UpdatePanel1, both of UpdateProgres Work. i want to work with thier update panel. what is solution?
I'm working on a pretty generic product purchase wizard that takes a user through a process to purchase items in a shopping cart. I am implementing it in MVC2 on Azure without session state. I want to do the following:
GET ShippingInfo calls ActionResult ShippingInfo() POST ShippingInfo calls ActionResult ShippingInfo(ViewDataObject v)
In ShippingInfo action, I need to validate shipping info. If validation fails, it should redisplay the ShippingInfo view passing the ViewDataObject. If validation success, I want to display the ConfirmView using the posted ShippingInfo data in the ViewDataObject.
I have tried the following:
1) Called RedirectToAction("ConfirmView") but this requires the ConfirmView get method to read the ViewDataObject from cache or a database which I want to avoid if possible
2) Called View("ConfirmView") within the ShippingInfo action on validation success but the URL doesn't change so the back button doesn't work properly
3) Changed the form on ShippingInfo to post to the Confirm controller but then if validation fails the URL is on the Confirm page
I really want to just pass the limited form data from ShippingInfo to the ConfirmView. I then I have everything I need on the Post/Submit from the ConfirmView. Also I want the url to be /Order/Confirm when on the confirm page.
Is there a way to do this without TempData or session state?
I'm creating a multi-language website, in starting i will use three languages English, Hindi & French.
well i want to know that, do i use "Globalization" or i create a MasterPage & share it in all three language page...???
becuz im using CSS, and English words & other language words length is very differnt....... im thinking, by use Globalization, it will not effect on the Webpage layout....
so what will i use Globalization or Masterpage share pages in three languages?
Is there any way to allow page breaks to be used in a multi-line textbox control. I would like the text below to be inserted into my database, so when displayed in a label its not all in one paragraph. Ex:
some text to be inserted in <br/> some more text to be inserted in <br/>
I need a multi-column page layout. All colums are side by side and same width. This is very easy with CSS. But real problem is, i need to fill these columns with cells. Every cell is a record from a dataset. So i need to fill a column from top cell to bottom cell thus need to fill the page from left column to right column. As you see below every cell may have different height, because every record may cover different area in a cell (string length). Datalist is eliminated beacuse it has table layout, every row in this table has same height.
A repeater can manage for one column but what about the other columns. Should i use 3 or 4 repeaters side by side and share the data somehow between them. But this time there is another problem after first page is finished, sequential pages must have the same multicolumn layout filled by cells as i mentioned above. I think i need multi columns nested repater with paging support.
How to Print the Asp.net Page Contents or Full Page in ASp.net . I have to given the facility to user to print the Page with enterd Data .How to Deal with the Print functionality in Asp.net
n the web page I need to print some content partly fetched from database to the user. The user can print all the reciepts of his basket or just print one reciept. what I do for now is that I redirect user to another page including datalists that fetched regarding info from database and then by clicking print it prints data. after that user shoud push back button to be redirected back to main page.But I want to do something on my page, that some how maybe pop up modals or flyouts or anything else, will be able to show data collected from database match with users basket, and let user click print and then print it. I need a solution on the same page not on the other page.
I am using a master page to all the pages i am creating in the website. I have to provide a print option to all the pages. how to print the content page when you click the print button in the master page in order to avoid header, footer and side navigation in print.
how to show direct print dialog box when click on print button in crystal report? when i click on print button the it goes to pdf file i want to show print dialog box?
Now I am printing the data from model in mvc. I am also printing the documents, How I upload file how to print that particular documents which is related that particular user with the other data...