C# - What Property To Set So That Browser Doesn't Rename The "IDs"
Feb 2, 2011what property to set so that browser doesnot rename the "IDs" ?
how to stop the browser from remaining the ids of eleent which are within the "web user control"?
what property to set so that browser doesnot rename the "IDs" ?
how to stop the browser from remaining the ids of eleent which are within the "web user control"?
in Json.net we can rename the property with [JsonPropertyAttribute("")] ,
public class Foo
{
// how can I rename the Foo1 property name to F1?!
public string Foo1 { set; get; }
public string Foo2 { set; get; }
}
and in the web service code behind :
[WebMethod]
public List<Foo> GetFoos()
{
List<Foo> post = new List<Foo>
{
new Foo(),
new Foo(),
new Foo()
};
return post;
}
I want to rename some or all column name header of datatable. How can I done it in loop.
For example datatable has 3 column A,B,C I want to rename it 1,2,3.
I don't want to hardcord it.. Can it be done if I mention somewhere what column to replace with which one and done thru loop.
The Request.Browser.Cookies property (of type bool) attribute stores information whether client's browser supports cookies and whether or not they are enabled.How reliable is the property Request.Browser.Cookies? Is it guaranteed to be correct ? Or should I rather implement redirection technique suggested by Software Monkey in this question?Please note: This in not a question "are cookies reliable" ? This is a question: "Is the information whether users browser accepts cookies reliable?"
View 2 Repliesi've log-in page in my site but log-in control doesn't work on any browser other than IE.
View 1 RepliesI am implementing my project using Asp.net and C# in Visual Studio.Net 2008 programming environment, and I've been working on this issue for a while and can't find a solution. I have a css file in "App_Data/CSS/style.css", it works fine in visual studio design view. However, when I was trying to run the program, all formating effects I defined in the style.css disappear, leaving the plain view of the interface. The master page is in "App_Data/MasterPage.master", all the other .aspx pages are under the root directory. I have this placed in the header of the master page:
<
link
rel="stylesheet"
type="text/css"
href="CSS/style.css"
/>
at least as far as I can tell, not one that I can access programatically. It has a "_rowsTotal" property that I can't get access to it for some reason. Seem to be some sort of protected or locked property?
View 7 RepliesI have an ASP.NET page and I am trying to quickly match the validation controls that are tied to a particular textbox (text input) using a jQuery selector. The validation controls render as a span and the "controltovalidate" property renders as an expando property. Here is a test example:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<script type="text/javascript" src="jquery.js"></script>
</head>
<body>......
The problem: the ml_test() function shows 1 in Internet Explorer 7 (as expected), but shows 0 in Firefox 3.6.8. I tried adding additional controls, but in Firefox it consistently doesn't work.
I discovered this post that shows the use of an ampersand in the selector like this [@expando=value], but when I try this syntax, jQuery 1.4.2 throws an error.
Is there a cross-browser way to select expando attributes, and if so, what is the proper syntax?
Is the HttpSessionState.SessionID Property unique per browser process / tab?
That is, does each tab in each process have a unique Is the HttpSessionState.SessionID Property unique per browser process / tab?
My problem is that when i try to insert a GridView in ASP.NET webpage it doesn't appear in the Browser.
View 1 Repliestrying a sample from the jquery template plugin. Getting an error:
[Code]....
what do I need to run the templating plugin?here are my script includes ( I added the jquery.tmpl.js file as an existing item to the scripts folder of my MVC project )
[Code]....
The following action in my controller does not update the Model property which is bound by a radio buttons group (all are named "ListType") when the form is submitted. On the Edit.ASPX form, I used JQuery to reset the radio buttons group. When setting other type of input elements on the form to blank or checked=false, those Model properties are set accordingly upon submission. Does anyone know how to set radio buttons to unched state?
Also I am trying to get the SqlException to show up in my form where I have Html.ValidationSummary helper. My ModelState helper captures the know business rules violations, but I am unable to pass any SqlException and its Message property to this helper class due to unexected exception.
[Code]....
I have a Shopping Cart Summary User Control that doesn't update without a full browser refresh.
The scenario is:
I have a DataList in one User Control that displays Product data with an ItemCommand event for an 'Add To Cart' button.
[Code]....
When the 'Add to Cart' button is clicked, the page reloads and another User Control containing the Shopping Cart Summary should be updating. However, the Cart summary doesn't fully update until a full page refresh occurs.
I should add, that the Cart Summary is "located" on a master page whereas the Product List is in the Content Placeholder of a web form based on the same master page.
I can provide more of my code if required but I'm initially reluctant incase I'm making a noobish error!
I need to perform an operation such as extracting the data for past one year from DB and doing some manipulations and finally displaying the excel graphs for the extracted data. The extraction of data takes almost 6-7 hrs. What i require is that user enters the required data (date and some other details )through an asp.net page and submits it and then closes the browser. Now a process should get started which will extract all data and create the graphs and finally send an email to the particular user.
View 6 RepliesI have simple accordion:
$("#accordion").accordion({ autoHeight:
false, active:
false });
[code]...
URL....i am getting below error if i use above code..Microsoft JScript runtime error: Object doesn't support property or method 'live'.
View 1 RepliesNo matter how I set the width in the EmptyDataRowStyle in a GridView, it gets ignored. The width of this construct always takes on the width of the text instead of what is asigned to the width property. This is also true if the property is set as a CSS style width.
If the width is assigned to the GridView construct then the EmptyDataRowStyle will take on that width.
I used this construct to test this:
[code]....
i have little knowledge on javascript but i need to use this code get from somewhere for a jquery to work. I face this "Jscript runtime error: Object does not support property or method" whenever im trying to run this page. In my experience, im get this error msg 9 out of 10 times i use javascript in my system. Im using Microsoft Visual web developer 2008, i wonder if this is related to my problem, i not sure there is anything i need to add as reference or update anything. But anyway, in short, i just couldn't use javascript code when using this development tool because of this sort of error. Anyway, it happen that last time i tried use the same type of jquery code in another project and it seems to work well without an error. But now when im try to use it again in this recent project i created, it come out with this error and i have no idea how to solve it even look through google and this forum. It doesn't really seems like its the code problem itself although im not sure, because any javascript code just couldn't work. So below is my code that i need to use.
[Code]....
[Code]....
When i add this control to a page i set it's address with Address property. But it never sets it's address property like this :
[Code]....
When i try it like above, it always set address null. So it never goes to webpage that i want. It's result in the address bar always like this :
http://localhost:4533/TarihKoruma/?Date=12.05.2010 but i want it like this :
http://localhost:4533/TarihKoruma/Events.aspx?Date=12.05.2010
I want to open docx file in IE from asp.net. The IIS has mime type correctly mapped. I can open pdf fine but docx will always prompt me to download like content-disposition='attachment'. Is there any setting to be done?
[code].....
I am using Media Player Control to play a video file(.mpg). The video file can be played ok when I specify an absolute URL value (something llike C:UsersMyFilesMyVideoTestVideo.mpg) for the MovieURL property . Anyway when I set a relative URL value like ./TestVideo.mpg (the format follows an example from some tutorial) for the MovieURL property, the video file cannot by played.
View 6 RepliesI have to load the values to parent page from the popup page. The popup page will be in another website(saparate server).
I used opener.document.getElementById('parentcontrolID'), this is working fine if i run in the local(i created saparate virutual directory for popup page website in my local machine) system the values are loaded properly. but Once i move to the different servers it's not working. getting this javascript error message "Object doesn't support this method or property" in the popup page bottom left corner.
What will be the problem.
Whether we can load the value to parent page from popup page even both are in saparate server?
I am trying to use jGrowl in ASP.NET, but am getting a Microsoft JScript runtime error: Object doesn't support this property or method error when trying to run the page in IE.
<link rel="stylesheet" href="css/jquery.jgrowl.css" type="text/css" />
<style type="text/css">
div.jGrowl div.smoke {
background: url(images/smoke.png) no-repeat;
[Code]....
I am trying to validate my gridview checked checkboxs, using code below.
I get "Microsoft JScript runtime error: Object doesn't support this property or method" error when button is clicked and i used breakpoints to check strangely, i am getting back gridViewx count=3 in javascript function. my gridview has nested gridview?
CodeBehind.aspx
page on_load
ActiveAssignButton.Attributes.Add("OnClick", "return IsCheckBoxSelected(" & GridView2.ClientID & ")")
html page
function IsCheckBoxSelected(gridViewx) {
if (gridViewx != null) {
var chkBoxes = gridViewx[0].getElementsByTagName("input");
for (i = 0; i < chkBoxes.length; i++) {
if (chkBoxes[i].type == "checkbox" || chkBoxes[i].type == "CHECKBOX") {
if (chkBoxes[i].checked == true) {
return true;
}
}
}
alert("At least one ticket needs to be selected!");
return false;
}
}
I'm generating the rdlc at runtime and I'm using LoadReportDefinition(memorystream) to provide the definition to report viewer. It works fine but when I export it to pdf or excel, the file extension comes in as .xls[1] or .pdf[1].
I have tried giving the DisplayName property but it doesn't work.