Is Framework Platform Independent
Feb 7, 2011Is .NET framework platform independent? I need a well authentic and clear one answer
View 4 RepliesIs .NET framework platform independent? I need a well authentic and clear one answer
View 4 RepliesCan any 1 give a proper explanation of this
View 2 Replies I just want to make sure that I got this right. If I have two update panels, and updatepanel1 has 10 dynamic controls created from an external button that resides on the page by default.. and then i have a second button which also is on the page by default but is an asynctrigger to updatepanel2...
then when the first updatepanel1 is populated with dynamic controls, then when I click button2 to update the second updatepanel2 with some data, the dynamic controls in updatepanel1 wil;l still remain there right? but does it persist by itself on postback? And if so why?
because when I click button2 to update updatepanel2, it does a partial page postback. So when it does a partial page postback, does that mean it does not destroy updatepanel1's dynamic controls?
we are developing a application using MVC 2 , i would like to have help on developing database independent application , is there any way to achieve using MVC .
Also is there any examples of ORM available using MVC for newbee to understand.
As far as I understand UpdatePanels, they should be invalidated separately, i.e. triggerring one UpdatePanel should not touch the controls of the other panel. It does work so for controls outside of any UpdatePanels, however those which are inside ANY UpdatePanel are touched by triggering ANY UpdatePanel:
<form id="form1" runat="server">
<asp:ScriptManager ID="SM1" runat="server"/>
<div>
[code]...
I have a site that dynamically loads website contents based on domain host name, served from IIS7. All of the domains share a cached collection of settings. The settings are being flushed from the cache on almost every page request, it seems. This is verified by logging the times at which the Cache value is null and reloaded from SQL. This codes works as expected on other servers and sites. Is it possible that ASP.NET Cache is being stored separately for each domain host name?
View 3 Replieshow to write htm code as a result my website will be resolution independent and it will show same in any resolution and any pc monitor size.
View 4 RepliesI have a report, which has two sections namely Labour and Spares.In labour section no of records per page must be limited to 5 records and the Spares section have to limit to 10 records per page.If either Labour or Parts exceed the max limit the records must be shown in the next page.
Limiting one section by using formulas can be done easily ...but it is very difficult control two sections simultaneously.
I have an application that needs to display a confirm dialog box. I want to use Javascript to display in .cs file. The dialog box should be fired automatically i.e. it should not be fired by onclick or onclientclick etc.....
protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
{
if ( temp == true ) // checking some condition in application
[code]...
Dim strTime as String = FomatDateForSave("28/12/2010")
Public Shared Function FormatDateForSave(ByVal strDate As String) As Date
FormatDateForSave = Date.ParseExact(strDate,'dd/MM/yyyy', System.Globalization.CultureInfo.InvariantCulture)
End Function
I am expecting strTime to be "12/28/2010" .... But its getting converted to "28/12/2010" The thing is when the operation is performed by FormatDateForSave ... it converts it to "12/28/2010" But when it is returned it is again converted to "12/28/2010"
I have set the Date for Page.Culture to be "dd/mm/yyyy" and want the value to be "mm/dd/yyyy" to be saved in DB.
I need to filter data in a View using three dropdownlists that are populated independently of one another. The items in the second ddl are not based on the items in the first, etc. Each ddl is populated using its own sql statement. I want to be able to use each of these dropdownlists independently of the other two, but I want the data that is returned to be based on the values already in the other dropdownlists when I make a selection change.
For example: DDL1 is populated with Horsepower values from its own SQL statement.
DDL2 is populated with Gallons per Minute from its own SQL statement, unrelated to what is chosen in DDL1.
DDL3 is populated with Diameter values from its own SQL statement, unrelated to either of the other DDLs.
I want to be able to make a selection from any of the DDLs and filter data based on the selection, and whatever the current value is for the other two DDLs.
I'm coding in C# and I think I may need to create a delegate and an event to listen for when the SelectedIndexChanged event fires on any of the DDLs. This is slightly more complicated than anything I've coded up to this point, I'm a beginner, and I'm not even sure I'm aiming in the right direction for a solution.
I'm trying to create multiple gridviews for a number of individuals based on a selection from a dropdownlist. The user will select his choice from the dropdownlist and from there a query is run to find the number of gridviews to create. Each gridview will also have its own data to bind. I believe I have most of it, I just can't get the gridview to show up. My thinking is to create the labels, then insert a gridview, bind it, and then repeat the process all over.
[Code]....
My website is organized in the following folder structure
Root
Pages
CustomerManagement
DepartMentManagement
Script
UserControls
Now i have a user control inside userControl Folder. I have to use a external js file. So i use it this way
<script type="text/javascript" language="javascript" src="../Script/slider.js"></script>
My understanding is that since both are under root so i have used a single .. Now what happens is that when this usercontrol is used inside DepartMentManagement it checks for script folder inside CustomerManagement as .. refers to one hierarchy above and script file is not found.Even using a ~ doesnot work.
I want to make this script path independent of the path where this control is used. I don't want to move script reference code to the page as control requires script mot page.
does ASP.net(web development) works with Linux platform??
View 2 RepliesNow before I dive too far into this this question, I am aware of nDjango and MonoRail; however, those project seem to be lacking.What I'm wondering is if there is a solution out in the .Net world that has the following features out of a single box like Rails has in Ruby or Django has for Python. I know tools that do pieces but am curious if there's 1 unified solution out there.
Database Versioning/Migrations
ORM or similar code gen
MVC-based
Pre-generated administrative screens
View generation
Theming / styling
(I'm sure I'm forgetting another cornerstone feature)
There's lots of options that cover one or more of these aspects but is there something in .Net that covers all of them?
Just trying to download it from [URL] for the first time. Web Platform Installer says regarding "Frameworks and Runtimes" (and also "Visual Studio Tools"), "All the recommended products from this group are already installed", even though they're not. Did have something called Visual Studio Runtime Redistributable installed which is just a handful of DLL's. I uninstalled it though - made no difference. Also removed entries from registry with "Visual Studio" in them, also made no difference.
View 1 RepliesI get the following error when i try to install asp.net mvc 3 using the Web Platform Installer 3.0: "This product did not install succesfully: Downloaded file failed signature verification and may have been tampered with" The other thing I've noticed is that inside the "Application DataMicrosoftWeb Platform InstallerinstallersMVC3..." folder, the Web Platform Installer creats a "AspNetMVC3Setup.exe" file that has a size an aprox file size of 200KB. Meanwhile, at the beginign of the instalation process the Web Platform Installer informs that it will download a 20MB file.
View 1 RepliesI want to develop an ASP.NET based solution to manage and digitatize a library of several thousand garments that my company has developed over the past 10 years. This platform should enable my designers to easily create a new style, upload different photos of the same garment, upload the spec, and record the different attributes as well as enable users to browse and search through the collection and retrieve the photos and specs. Before I start from scratch, I am hoping that someone here can point me to either a open source package or a commercial solution that I can extend and customize to achieve what I need.
View 1 RepliesI can't see a reason why we couldn't do the same thing Heroku does for an ASP.NET website.
View 3 RepliesI implement many themes in Blogengine.net 2.0 for many users and have lots of problems with it then i need to thing first that are it is really stable.
when i use Be.net 2.0 pagination in the stable version wrongly coded they never update them even someone reported them many time. means no one care about bad thing populated in Be.net 2.0 when i learn them their is too much blog but not as much as wordpress no problem but if you have a question their is no one answer you or answer you got from community going too late. this is not like a wordpress community then you question and get response quickly.
the first and 2nd is small issue no problem i have from that but a big problem is that functionality in blogengine.net not working well as in wordpress and in some other cms have every functionality well designed. i found many issue i reported from other when i implement theme from them like.
3.1 if someone write a post who are in future date , in draft , or published then sometime they show addpost page instead of editpost page. this make sometime user feel dirty because you know what they thing when they write a big post and found that all their craft goes left
3.2 Be.net have less functionality then any average other CMS no problem if it's less the issue that sometime you not found what's going wrong whenever their is a issue in the code you write or refactor existing pattern in blogengine.net
SO i want to know are Blogengine.net 2.0 really have stable version or they make them only for showing that they have really same thing as other.
I have C# code I want to use in both a WinForms app and ASP.NET website. The database connection string differs for each though, so I want to be able to find out which platform it's running on and set the connection string appropriately. Is there an easy/recommended way to do this ?
View 3 RepliesI am planning to build an ASP.NET survey platform, that would also provide a scripting interface. I was wondering if there is an existing framework or open source platform to give a jump start.
Also would a rule engine come in handy?...
I want to create a WebTV site in ASP.NET. At the moment I am thinking of using Flowplayer, serving .flv files. Since it will work with pseudostreaming, IIS will serve various .flv files in a schedule.
Is there a platform/open source package to provide all the clip (and advertisement) scheduling to create the WebTV program? Or do I need to create my own scheduling interface (backend) that will store the .flv schedule in a database, and create e.g. an .aspx that will read the current time and decide which clip to serve?
how to deploy vb.net windows apploication in linux platform? is there any procdure
View 6 RepliesI want to use sqlite database in my asp.net project. I prefer linq, but I don't know which linq provider is compatible with mono platform?
View 1 Replies