Forms Data Controls :: Strange Behavior After Upgrading To Win 7/Framework 4.0?

Feb 9, 2011

I have a site that was sucesfully upgraded to Framework 3.5 on Vista with VS2008. Now however after installing VS2010 and upgraded to Win 7 wierd things are happenning and was wonderring if any of you have experienced this and how you've dealt with it.First thing I notice in my main page that the four user controls are not in alignment. They should appear side by side in a single row, however now they spread acros two rows with one on top and three on the bottom. Also my graphics and navigation is not where they supposed to be. Just for comparison, if run the existing solution on Win 2003 with VS2008, it works like it supposed to. All the formatting is handled in .css and that didn't change either.

[Code]....

[Code]....

View 1 Replies


Similar Messages:

DataSource Controls :: Strange Behavior Of Cmd.ExecuteScalar()?

Jul 27, 2010

I have a simple procedure which updates a table. The procedure works fine and I have tested it in Management Studio. However when I am calling that procedure from code, nothing is happening. cmd.ExecuteScalar returns null when it should return the ID.Has anyone faced anything similar? Any pointers as to how this can be resolved?

View 3 Replies

Web Forms :: Strange Behavior MultiLine TextBox And GridView?

Nov 15, 2010

I have strange behavior when changing from ItemTemplate to EditItemTemplate. both the ItemTemplate and EditItemTemplate contain the same textbox with multiline. Except the ItemTemplate got the ReadOnly parameter. When the row is getting in EditMode and I enter the textbox everything is disabled. I click on another column that contains a label instead of a multiline textbox and get back in the textbox I can do everything. When I enter in the same row another MultiLine textbox I cannot do anything until I click on a label and get back in that TextBox. When the textboxes are in normal mode I don't seem to be having this issues. What is changed between the MultiLine and SingleLine textbox? What kind of PostBack or something could cause this strange behavior?

View 2 Replies

Web Forms :: Strange Dropdown List Behavior On Page Load?

Apr 3, 2010

I have a page with 14 dropdown lists. In the first page load (ie. not isPostback) I set the selectedIndex of the dropdownlists individually but I find that they are all set to the value I use for the last dropdownlist set. Here is the code

comboFirstJudge1.SelectedIndex = 0
comboFirstJudge2.SelectedIndex = 0
<so on for all the dropdown lists until the last one>
comboFirstJudge14.SelectedIndex = 4

The result is that all dropdown lists have SelectedIndex = 4. If I run the same code on a postback it works just fine (the first lists have SelectedIndex = 0 and the last one = 4).

View 6 Replies

Web Forms :: CheckBox Oncheckedchanged Event Causing Strange Behavior On Postback?

Jun 11, 2010

I have an issue that seems to only happen on my production server. I show or hide table rows whenever the buttons are clicked. However, when I do a postback on the checkbox, all of the rows become visible and the textbox stays empty. It works correctly on my test server and local workstation, just not in production.

Here is the markup...

[Code]....

Here is the code behind...

[Code]....

Here are the unexpected results whenever I check the chkShow2 checkbox... I am guessing this is a configuration issue on the server.

View 1 Replies

MVC :: Strange Behavior On Form Submit?

Oct 14, 2010

i have a strange issue happening while submiting a form:i have this in my form:

<input type="radio" name="type" onclick="document.getElementById('Type').value='Publiser';" />Publisher <br />
<input type="radio" name="type" onclick="document.getElementById('Type').value='Advertiser';" />Advertiser
<%: Html.TextBoxFor(m => m.Type)%>

the javascript is working perfectly and changes the value of the textbox.the problem happens when i submit the form - what is extracteed by the model from the textbox is the string "on", and after the submit, it also changes the value of the textbox to "on".when i load the field with a value from the model, it goes ok, and does not change

View 2 Replies

Asp.net - Getting DropDownList Value Is Generating Strange Behavior?

Jan 3, 2010

I have a DropDownList on a page

[code]...

The problem I am having is that the following code is setting ParentID to 0 (which to me, obviously shouldn't be happening.

View 1 Replies

AJAX :: Strange Behavior With GridView In A User Control?

Feb 6, 2010

I've got a user control that is displayed via a PopupControlExtender. The user control is a GridView that dynamically adds columns to the control to display the results of a SELECT statement. The PopupControlExtender correctly displays the control and the control displays the neccessary columns. However, when the control is first displayed, the column widths are ignored, despite that they are explicity set. If the control is displayed and then hidden, the column widths are acknowledged the next time the control is displayed.

Here's the user control when first displayed

[IMG]http://i285.photobucket.com/albums/ll48/chyron7/Miscellaneous/screenshot.jpg[/IMG]

Here's how its display after the first time

[URL]

View 4 Replies

Control - ParseControl In Dotnetnuke Changing Onclick To Javascript Instead Of C# Method Provided, Strange Behavior?

Feb 18, 2010

Having some strange behavior here. I have some XSLT which generates some html with a few ASP.NET Link Button Controls

String mstring = sw.ToString();
var myctrl = Page.ParseControl(mstring);
foreach (Control Control in myctrl.Controls)

[code]...

View 1 Replies

.net - Upgrading 1.1 Framework To 4.0?

Aug 13, 2010

if i need to upgrade one version at a time (2.0, 3.5, 4.0) or if I can just directly from 1.1 to 4.0?

View 1 Replies

Upgrading IIS Web Sever Framework 2.0 To 3.5 Considerations?

May 11, 2010

i will be responcible for upgrading an IIS web server from the Microsoft .NET framework v2.0 to v3.5.I am wondering if there is anything special i need to know or any caveats i should be aware of before proceding?he site gets a fair number of hits per day and I will be taking it down and performing the upgrade at an off-peak time.Aside from double clicking the installer is there anything i need to know?Will the server need to be rebooted afterwards, does the installer handle all of the configuration changes? etc..

View 1 Replies

C# - LINQ2Entity Framework Query Acting Strange?

Feb 20, 2011

I have strange problem with my query. I have two almost identical situations in which one query is acting as it should be while the other gives errors.

var osobaIme = (from o in db.osobas
orderby o.osoba_ime
select o.osoba_ime).ToList().Distinct();

[code]...

View 2 Replies

ADO.NET :: [Entity Framework] Strange Error Executing A Sql Query

Nov 29, 2010

I have a strange error, I've tried to search for it before writing this post but I wasn't able to find out a solution yet.

I'm executing a query using ExecuteStoreQuery against a MySQL database, but it throws an exception reporting that there's a syntax error in my SQL.

I've tried to copy&paste the sql query into the MySQL tool and it works nicely, giving the correct results.

I've tried to open manually the connection and using CreateCommand to use it the "old way".

My query is a bit long, 4000 chars more or less, could it be the problem?

View 4 Replies

Configuration :: Upgrading Windows 2003 Server To Framework 2.0 SP2

Oct 25, 2010

We have multiple websites deployed onto Windows 2003 WebServer running under .NET Framework 2.0 SP1 version and now we want to upgrade it to .NET Framework 2.0 SP2, so just wanted to check that after upgrading the .NET Framework on the server do we also need to re-deploy the websites by recompiling them in .NET Framwork 2.0 SP2 version or it's not necessary as they will automatically start referencing the latest assemblies?

View 2 Replies

Configuration :: Upgrading Website To Vs2010 And Framework 4.0 - Internal System Error 500 IIS 7.0?

Sep 3, 2010

I have recently developed a new vs2010 web application that I would like to add to my web site.

The existing website was developed using vs2008. The web site is hosted on a windows 2008 server running iis 7. My new web application sits below my main website i.e. mywebite mywebsite/mynewwebsite

I have set the application pools for the mynewwebsite to be asp.net v4.0, leaving the application pools for mywebsite as .net v2.0 If I try and open my new web application i.e. [URL] then I get 500. Internal server error. I assume that it is iis that is unhappy here. Do I have to rebuild the whole of my web site to be vs2010 using asp.net v4.0. If I do should I use ASP.Net v4.0 or ASP.net v4.0 Classic for my application pools, and should I have a separate and distinct application pool for each of my web applications ( I have 4 of these) Just to clarify my clients can log on the web site as

[Code]....

View 1 Replies

State Management :: Behavior For Sessions On Cookies Can Apply To .NET Framework 3.5?

May 6, 2010

The document http://msdn.microsoft.com/en-us/library/ms178581.aspx states the following about expired sessions:Regenerating Expired Session Identifiers By default,the session ID values that are used in cookieless sessions are recycled.That is,if a request is made with a session ID that has expired, a new session is started by using the SessionID value that is supplied with the request.This can result in a session unintentionally being shared when a link that contains a cookieless SessionID value is used by multiple browsers.As you can see it talks about "cookieless sessions" but,what is the behavior for sessions based on cookies? Does it apply to .NET Framework 3.5?

View 2 Replies

Forms Data Controls :: AppendDataBoundItems On DropDownList Causes Odd Behavior?

Sep 14, 2010

I may just thinking wrong about this but I have a problem that is causing me to want to pull my hair out:

I have two DropDownLists. Call them ddl1 and ddl2. I am binding ddl1 to a DataTable on page_load using if not IsPostBack and allowing view state to keep it populated.

I am then binding ddl2 to another DataTable based on the selected item in ddl1 on the SelectedIndexChanged event on ddl1. My problem is that when I set ddl2's AppendDataBoundItems="true", it just appends the items in the DataTable each time I select a new ddl1 item, so that if I change the selected item in ddl1 3 times, I end up with items in ddl2 from the 2 previous selections as well as the current ddl1 selection.

This doesn't happen when I set ddl2's AppendDataBoundItems="false". Obviously, this is not desiariable behaviour.

View 3 Replies

Forms Data Controls :: ListView OnItemCommand E.Item.FindControl Strange Behaviour

Jul 18, 2010

I have ListView and in the ItemTemplate I have:

[Code]....

in code behind I'm doing:

[Code]....

View 6 Replies

Forms Data Controls :: Implement Editing Behavior To Gridview?

Apr 29, 2010

I am trying to implement a online shopping Cart which enables editing and deletion of products. I created a datatable programatically and bind it to a Griview control. (datatable is stored in a session variable ). When clicking the edit button of the Gridview nothing happened. How can I impement editing behaviour to the gridview?

Griview code -
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="White"
BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" CellPadding="3" CellSpacing="1"
DataSourceID="ObjectDataSource1" GridLines="None" DataKeyNames="id">
<RowStyle BackColor="#DEDFDE" ForeColor="Black" Font-Size="Small" />
<Columns>
<asp:CommandField ShowEditButton="True" />
<asp:BoundField DataField="serial" HeaderText="serial" SortExpression="serial"
Visible="False" />
<asp:BoundField DataField="product" HeaderText="product"
SortExpression="product" />
<asp:BoundField DataField="image" HeaderText="image" SortExpression="image" Visible="False" />
<asp:BoundField DataField="price" HeaderText="unitPrice'"
SortExpression="price" />
<asp:TemplateField HeaderText="Quantity" SortExpression="quantity">
<EditItemTemplate>
<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("quantity") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="quantityLabel1" runat="server" Text='<%# Bind("quantity") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="id" HeaderText="id" InsertVisible="False" ReadOnly="True"
SortExpression="id" Visible="False" />
<asp:TemplateField HeaderText="סה"כ">
<ItemTemplate>
<asp:Label ID="lineTotal" runat="server" Text=""></asp:Label>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>

View 5 Replies

Forms Data Controls :: Strange Error On Pressing Button In Item Template Of Gridview?

Feb 1, 2010

I have a asp:button in template field of gridview, I set command name for this and in grid I mention on command event. On clicking the page it shows error message is :Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/>

[code]...

View 2 Replies

Forms Data Controls :: Strange SqlDataSource Behaviour Updating GridView On Server Vs Development Machine?

Jun 10, 2010

I'm having a strange problem - probably has a simple answer but, I haven't been able to find it or figure out the cause. I'm hoping someone has had this same problem and figured it out.

Basically - my application works great on the development machine. So I copy it over to the server and it works great. Come back the next day and my GridView is only displaying the first record...I then log into the server remotely and open the web page on the server and all records are returned, so the application works fine on the server. I then return to the local machine and now the application is returning all rows in the GridView. So, weird but, what whatever, it works. Go away and come back again the next day and...

1 ) Only 1 record from dataset is displayed in GridView

2 ) Log onto server remotely and view webpage on server --> all records now display

3 ) Try again on local machine, now application works fine...grr. What am I doing wrong here? Using Visual Web Developer 2008 on Windows XP. Querying SQL Server 2000 (I know, I should switch to 2005 and use VWD 2010 - but ouch, really!) when a text box value changes (Vendor_PO_TextBox.TextChanged)

[Code]....

View 1 Replies

Active Directory/LDAP :: Upgrading Framework And Server Effect Active Directory?

Sep 23, 2010

our project using active directory on vb.net 1.1 and server 2003. We will be upgrade to vb.net 3.5 and server 2008.

In this case, 1. We convert all vb.net 1.1 application to vb.net 3.5 and run on server 2003.

Then later on, 2. Our server will upgrade to server 2003 to server 2008.

I would linke to know after doing above two phase will effect on Active Directory code setting in our program.

Can I conver to 1 to 1 withut changing anything in vb.net and server?

View 3 Replies

Forms Data Controls :: Error -"Input String Was Not In A Correct Format" After Upgrading To 4.0 (VS 2010)

Oct 22, 2010

I have a gridview that was displaying and handling postbacks correctly, that is, until I upgraded to .net 4.0 (vs 2010) from .net 3.5. Now I am getting the classic (and in this context meaningless) "Input string was not in a correct format" error upon postback. The postback is initiated by a command button and the row command event handles everything nicely.

The trace shows internal grid postback handling and nothing else:

[FormatException: Input string was not in a correct format.]
System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) +9594283
System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +119
System.Convert.ToInt32(String value, IFormatProvider provider) +48
System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +1047....

From experience, I know this happens on late binding with wrong type casting on the ASPX side of things. However, nothing has changed. The code is the same, the only thing that changed is the upgrade to 4.0.

I have tried everything I (and a coleague) can think of to figure out what the issue is without luck. No error is raised on the code behind in any method. The only error raised is the Page_Error event and the error object contains the same crap you see in the yellow screen dump (above).

UPDATE: I narrowed the issue down to the RaisePostBackEvent method. I had to reflect the System.Web (for educational purposes of course :) assembly to figure out the code executing after my RowCommand logic(which is fine) breaks. This happens in the HandleEvent method. It checks for known command names (e.g. Select) and if it can't find a match, it defaults to the following:

[Code]....

Is this a bug or am I doing something wrong? The row object is NULL which is why it defaults to the cast. The cast assumes the argument to be an integer however and in my case I am passing a string as an argument?

View 9 Replies

DataSource Controls :: Upgrading To Sql Server 2008

May 10, 2010

I have been writing c# .net in MVS 2005 conneting to a sql 2005 db, after initial setup about a million years ago, everyhting ran smoothly. Then I upgraded to MVS 2008 connecting to a sql 2005 server. Still all good. Now my IT department FINALLY wants to upgrade the sql server (Stand alone server running on win server 2003 r2). I am wondering if there is a checklist or walk through of steps i need to take to keep connettivity. If I shoiuld build new connection strings for example, or should the current connections be ok to find the server/db/tables provided the server name and permissions haven't changed? Here is a snippit of my config file

...
<remove name="LocalSqlServer" />
<add name="debugConnectionString" connectionString="Data Source=UMAURSQL;Initial Catalog=debug;Integrated Security=true;"
providerName="System.Data.SqlClient" />
...

View 3 Replies

DataSource Controls :: When Try To Add Any Record From Web Interface See Strange Characters?

Jan 14, 2010

I developed a website using asp.net 2.0 and sql server 2005. I m using Turkish language content as entries to database tables. But when I try to add any record from my web interface I see strange characters. for example "ş,ğ,İ," characters are viewed like Å,? characters. I set my globalization to culture turkish in web.config. So there s no problem with static data on the page and no problem with records I added earlier in my own machine. I just need to send data in a correct encoding to the database.I first thought it was about collation, but changing collation doesn t differ data sent to database, I think I need to do something from my web app, but still couldn't get any ideas.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved