Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 13 of 13
Search took 0.07 seconds.
Search: Posts Made By: mellomel70
Forum: ASP.NET 09-18-2012, 08:43 PM
Replies: 0
Views: 977
Posted By mellomel70
Call to stored procedure does nothing

I'm working with an ASP.Net 4.0 project, and I'm calling a stored procedure on a SQL 2008 64-bit server. When I call the stored procedure, I don't get an error message, but the stored procedure...
Forum: JavaScript programming 12-21-2011, 04:21 PM
Replies: 13
Views: 829
Posted By mellomel70
Thanks for all the info, folks! BTW, I'm a "she"...

Thanks for all the info, folks! BTW, I'm a "she" not a "he"! I was reading your posts and it took me a minute to realize who this "he" was you were talking about! :D
Forum: JavaScript programming 12-20-2011, 09:33 PM
Replies: 13
Views: 829
Posted By mellomel70
Yes, I know I can debug javascript. I'm doing...

Yes, I know I can debug javascript. I'm doing so, but when I get to the browser-generated script:

if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value =...
Forum: JavaScript programming 12-20-2011, 03:40 PM
Replies: 13
Views: 829
Posted By mellomel70
Visual Studio doesn't seem to allow me to see...

Visual Studio doesn't seem to allow me to see what the values are. I will post this problem on .Net forums also - that's a good idea, thanks. I posted here because it seems like the page is getting...
Forum: JavaScript programming 12-20-2011, 02:49 PM
Replies: 13
Views: 829
Posted By mellomel70
Yes, it does do a post back, but never goes to...

Yes, it does do a post back, but never goes to the server-side code that the button click is supposed to invoke. It just goes to the client-side code, then a post back, then nothing.
Forum: JavaScript programming 12-19-2011, 08:23 PM
Replies: 13
Views: 829
Posted By mellomel70
Javascript failing on Windows 7 machine

Hi - I have an ASP.Net 4.0 solution that runs fine on a Windows 2008 server. However, I've just been given a new Windows 7 64-bit machine to use as my development machine and I'm having a problem...
Forum: ASP.NET 12-08-2011, 05:44 PM
Replies: 0
Views: 360
Posted By mellomel70
Converting ASP.Net to .Net 4.0 throws MSDTC error

Hi - I've just converted an ASP.Net 2.0 solution to 4.0. In general, it seems to work fine, but there's one point in the code that consistently throws an error on 2 Windows 7 machines, one 32-bit,...
Forum: ASP.NET 11-16-2011, 07:46 PM
Replies: 1
Views: 1,245
Posted By mellomel70
I got a response to this issue from Javeed M...

I got a response to this issue from Javeed M Shaikh on C-SharpCorner.com (big shout out to Javeed). This works beautifully converting a Dataset to XML:

XmlTextReader mXmlTextReader = new...
Forum: ASP.NET 11-14-2011, 04:11 PM
Replies: 1
Views: 1,245
Posted By mellomel70
Convert XslTransform to XslCompiledTransform

Hi - I just converted an ASP.Net web app from 2.0 to 4.0 and the XslTransform code that I inherited no longer works in 4.0. I'm told I need to change the code to use XslCompiledTransform. Fine - but...
Forum: JavaScript programming 08-03-2011, 10:16 PM
Replies: 3
Views: 668
Posted By mellomel70
No, it's not a silly question. :) I want to do...

No, it's not a silly question. :) I want to do it in javascript because I later need to get the SelectedValues from the CheckBoxList using C# in the code behind page. If I set the CheckBoxList to...
Forum: JavaScript programming 08-03-2011, 08:01 PM
Replies: 3
Views: 668
Posted By mellomel70
A co-worker helped me out. Here's how you do it:...

A co-worker helped me out. Here's how you do it: Put the following code under the CheckBoxList definition on the aspx page:

<script type="text/javascript" language="javascript">
...
Forum: JavaScript programming 08-02-2011, 03:35 PM
Replies: 3
Views: 668
Posted By mellomel70
Calling Javascript on page load

Hi - I have an ASP.Net 2.5 application and I need to call a javascript function when one of the pages loads initially. I've tried:

string ScriptToCall = @"EnableCheckboxes(" + cblDetails.ClientID...
Forum: JavaScript programming 11-02-2010, 08:41 PM
Replies: 4
Views: 1,694
Posted By mellomel70
I change text via javascript and it's not reflected when I View Source

Hi - I'm working in ASP.Net 2.0. My page has a GridView control, which is populated by a SQLDataSource. The GridView has one Button control per row. The button has a client-side javascript...
Showing results 1 to 13 of 13

 
Forum Jump

All times are GMT +1. The time now is 07:42 PM.