MSGROUPS.NET | Post Question | About | Groups | Contact | Register | Login



microsoft public excel misc (9093)

microsoft public outlook general (7339)

microsoft public excel programming (6569)

microsoft public word docmanagement (5607)

microsoft public excel worksheet functions (5040)

microsoft public access (4768)

microsoft public windowsxp general (3874)

microsoft public windows vista mail (2957)

microsoft public windows vista general (2783)

microsoft public windows live mail desktop (2699)

microsoft public office misc (2268)

microsoft public access queries (2122)

microsoft public powerpoint (2030)

microsoft public greatplains (1998)

microsoft public windows server sbs (1972)

microsoft public dotnet languages csharp (1964)

microsoft public access formscoding (1932)

microsoft public mac office entourage (1868)

microsoft public sqlserver programming (1861)

microsoft public access forms (1798)

microsoft public internetexplorer general (1706)

microsoft public mac office word (1699)

microsoft public access modulesdaovba (1691)

microsoft public outlook calendaring (1436)

microsoft public dotnet framework aspnet (1375)

microsoft public project server (1356)

microsoft public windowsupdate (1353)

microsoft public sqlserver server (1332)

microsoft public project (1285)

microsoft public excel (1277)

microsoft public access reports (1249)

microsoft public windowsxp help and support (1204)

microsoft public exchange admin (1185)

microsoft public windowsmedia player (1165)

microsoft public mac office excel (1160)

microsoft public windows server general (1100)

microsoft public dataprotectionmanager (1096)

microsoft public outlook (1035)

microsoft public word vba general (1029)

microsoft public vb general discussion (1001)

microsoft public outlook contacts (953)

microsoft public windows server active directory (930)

microsoft public development device drivers (911)

microsoft public dotnet languages vb (843)

microsoft public outlook installation (820)

microsoft public word newusers (808)

microsoft public word pagelayout (783)

microsoft public windowsce platbuilder (757)

microsoft public excel charting (733)

microsoft public publisher (728)

microsoft public excel newusers (711)

microsoft public windows powershell (697)

microsoft public pos (658)

microsoft public vc mfc (651)

microsoft public access gettingstarted (630)

microsoft public word application errors (629)

microsoft public sharepoint general (604)

microsoft public office setup (584)

microsoft public onenote (556)

microsoft public sqlserver reportingsvcs (550)

microsoft public outlookexpress general (539)

microsoft public frontpage client (532)

microsoft public access tablesdbdesign (529)

microsoft public scripting vbscript (528)

microsoft public windows 64bit general (512)

microsoft public outlook program vba (502)

microsoft public windows live messenger (434)

microsoft public windowsxp hardware (416)

microsoft public money (397)

microsoft public windowsxp basics (367)

microsoft public dotnet general (316)

microsoft public windows mediacenter (300)

microsoft public windows inetexplorer ie6 outlookexpress (276)

microsoft public mac office (272)

microsoft public win98 gen discussion (243)

microsoft public sharepoint setup and administration (225)

microsoft public windows vista hardware devices (183)

microsoft public windows vista music pictures video (178)

microsoft public nntp test (163)

microsoft public windows vista performance maintenance (148)

microsoft public dotnet framework (148)

microsoft public visio (128)

microsoft public access 3rdpartyusrgrp (68)

microsoft public access conversion (64)

microsoft public dotnet xml (58)

microsoft public pt windowsxp (38)

microsoft public access developers toolkitode (34)

microsoft public windows live photogallery (32)

microsoft public dotnet faqs (19)

microsoft public dotnet framework aspnet datagridcontrol (16)


microsoft.public.dotnet.framework.aspnet Post New
Items(1366) /28 Next >> Last >|
Subject Posted Replies From
Mystery Threads - How do you find out where they come from?

In this web app I’m working on there is this place that logs some information about Thread.CurrentThread. This logging is supposed to only happen on threads that the application spawns. The application assigns Thread.CurrentThread.Name a name and then later logs that name into a SQL Server table. But sometimes when we log the thread’s name it isn’t our assigned name. Instead it is “Thread-1” all the way up to “Thread-26”. By default Thread.CurrentThread.Name is null so we can’t figure out where these other threads are coming from. We can only reproduce this problem on a web se

9/3/2010 2:22:03 PM 1 =?Utf-8?B?TWFyayBNb2V5a2Vucw==?= <MarkMoeyk...@discussions.microsoft.com>
setting a column value in code for an updatable ViewGrid

Is there a way to set the value for a column in code when a ViewGrid row is edited? I have a row-last-updated date that is a required audit field in all our systems (required by data management). I don't really want the user updating this field as it should always be system controlled. If I create an editable ViewGrid tied to either an SqlDataSource or an ObjectDataSource, the field seems to only be updatable by the user. I can set it the first time by setting the DefaultValue in code but that has no effect after there is an initial value in the column. Do I need to comple

9/1/2010 11:04:25 AM 0 "Ray Porter" <ray_por...@unc.edu>
Procedure timeout when executing from the ASP.NET application

Hello, I'm working with ASP.NET 3.5 and SQL Server 2008. I have a very weird problem. When I execute the procedure from my ASP.NET application (either from my PC or the Web server), it's timing out. At the same time when I execute the same procedure with the same parameters from the SQL Server Management Studio - it executes instantly, so aparently there is nothing wrong with it. This applies only to the few procedures, with most of them I don't have any issues. To add to this mistery, this problem is intermittent, i.e. occasionally everything works OK. It seems that somet

9/1/2010 4:22:03 PM 0 "Peter Afonin" <pafo...@hotmail.com>
Problem with my forms authentication

In my asp.net mvc application, I am using forms authentication with my custom membership provider. One a user enters the wrong user name / password, an error message is shown on the Login page. But, when a user enters the correct user name / password, no error message is displayed the Login page refreshes and stays there, the user doesn't get redirected to view page1 as I have return Redirect(returnUrl); in the login action of controller. Actually, even the debugger doesn't go to my action method where I have break points. I am using vs2010 on windows vista enterprise (6

9/1/2010 5:34:55 PM 0 csharper <gnewsgr...@gmail.com>
Restricted access download

I have some files into a directory, only logged users must be allowed to download them. I have created a page which verify if the user is logged in, but how can I avoid that someone knowing the path of files write the url directly? Thanks. Luciano

9/1/2010 7:55:31 PM 0 "Luciano \(DOC\)" <luciano...@luciano.doc>
Visual Web Developer 2010

I have a problem with Visual Web Developer 2010. I can edit a css file and the changes are ignored by the development server. I can ftp my changes to my host and they are picked up just as expected. I never had this problem with earlier version so Visual Web Developer. Has anyone else run into this behavior? Have I missed something in setting things up that could remedy this?

9/1/2010 10:04:08 PM 0 "Ken Giese" <kcgi...@roadrunner.com>
Scalability question

I have a website (WebsiteA) ASP.NET (VB) and its webservice (WsAddNewTransaction) hosted on a shared server at www.serverintellect.com. SQL 2005 backend database there too. I have another website (WebsiteB) hosted there as well which I have been using to test the webservice buy consuming WsAddNewTransaction. I created an aspx page with a loop to consume the webservice 100 times: '---------------------------------------------------------------- Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim strText As String = ""

9/1/2010 11:58:09 PM 0 "Mark B" <none...@none.com>
What garbage collector collects int datatype

Dear friends, We know garbage collector collects useless ref type datatype but who collects useless value type like int. Thanks & Regards Vinod kumar

9/2/2010 6:07:54 AM 0 Deep <vinod...@gmail.com>
HOT PHOTOS&VIDEOS

AMISHAPATEL HOT BOOBS http://babes-devi.blogspot.com/2010/07/amishpatel-latest-photos.html ARCHANA UNSEENED EXPOSING PHOTOS http://babes-devi.blogspot.com/2010/07/archana-unseened-photos.html KATRINA KAIF HOT SEXY PHOTOS http://babes-devi.blogspot.com/2010/07/katrina-sexy-looking-photos.html THISHA HOT WET PHOTOS http://babes-devi.blogspot.com/2010/06/thrisha-hot-wet-photos.html SEXY CHARMI IN A BATHROOM http://babes-devi.blogspot.com/2010/06/charmi-in-bath.html KAJALAGARWAL IN A ROMANTIC FEEL http://babes-devi.blogsp

9/2/2010 7:00:07 AM 0 sravani rama <sravani9...@gmail.com>
JQuery help

Hello, I'm needing some help with JQuery as I'm brand new to this. I have googled and googled and the following is the best examples I can come up with. I have tried using JSON's stringify but an error occurs running out of memory. I have a gridview with a template field. In the template field there is a checkbox. I have declared onclick="chkHelp(this);" in the checkbox. In the javascript chkHelp, I call the following javascript function: function chkAdd(objRef) { // objRef is an ASP.NET checkbox who's parent is a gridviewrow who's parent is a gridview. These // resol

9/2/2010 6:37:43 PM 0 "SAL" <...@nospam.nospam>
Strange integer values in ASP.NET application

Hello, I'm using VS 2008. I'm not sure what had changed, but now when I debug an ASP.NET application I see the strange int values - looks like DWORD: 0x00000000 instead of 0, 0x00000032 instead of 32 and so on. This applies, for instance, to the gridview or datatable row count, dropdown list item count etc. This creates quite a mess. I didn't change any settings for it, not sure what happened. How can I change this back? Thank you, Peter

9/2/2010 7:13:33 PM 0 "Peter Afonin" <pafo...@hotmail.com>
Will running Windows .exe from ASP.NET web page cause memory prob

Hello Community IIS is how we deploy an ASP.NET web application. The reason I ask that question is because I was told that .exe files take up alot of memory when they run and the more times it is called by multiple users the more memory it uses which is why ClickOnce deployment is preferred over having users run an .exe file. If I put the Windows application (.exe) on the web page and allow users to access the Windows application by clicking a link on the web page that executes a dos batch file that executes the Windows application (.exe), if mulitple users acce

9/3/2010 2:00:06 AM 2 =?Utf-8?B?SkI=?= <...@discussions.microsoft.com>
How to create a simple url to access an intranet

Hello Community A url consisting of a long computer name, a port number, the path and then the name of the web page is used to access an intranet. That is alot for a user to type into an address bar and the user won't really know what all of that text stands for. So the question is how can a simple url be created for a user to type into the address bar to access the main page on an intranet? Thanks Jeff -- JB

9/1/2010 2:04:03 AM 1 =?Utf-8?B?SkI=?= <...@discussions.microsoft.com>
AJAX postback problems

Hello, I have a GridView control with two template fields. The first template field has a linkbutton. The second has a panel control with an update panel inside it with another gridview inside of that. I have a PopupExtender in this template field as well and when the user clicks the link button in the first template field, the child gridview pops up with the child records showing in this gridview. I have two problems with this. In this child gridview there are two template fields that have check boxes in them. When one of the checkboxes is clicked, code behind runs to do a

8/31/2010 6:00:36 PM 0 "SAL" <...@nospam.nospam>
Energy Saving Tips

1. Reduce heater's room temperature For each extra degree (Celsius) of temperature, your heater will consume 7 to 11% more energy. Adjust it to 18degrees which is also better for your health. 2. Install a programmable thermostat You will be able to control the heater's temperature during specific hours every day. 3. Insulate your house Loss of heat is loss of energy. 4. Fix air leaks 5. Close the chimney of the fireplace when you don't use it It is designed to drive smoke (hot air) out of the house! 6. Get an energy audit to advice you about the necessary fixes and insulation 7.

8/30/2010 4:06:26 PM 0 ".." <sustainable.future...@gmail.com>
Shopping cart AspNetSqlProfileProvider

Hello, I am new to asp .net programming and have been using the book ASP.net 3.5 for dummies. I had the shopping cart on chapter 18 working it seems to use a class to store cart items using a profile but now I am getting an error. I show the error and the entry in web.config. Any ideas what has changed on my system to stop this working. I did install SQL Server 2008 on my PC but the website code is straight from the book downloaded and not changed. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or

8/30/2010 12:56:17 PM 0 dcawkwell <dcawkw...@yahoo.co.uk>
bug with ie8 and ASP.NET menu

Hi The menu control of ASP.NET (VS 2005) that seems to work fine with all browsers doesn't seem to work with IE8. The sub menus are not visible. Any solution? Thank you

8/29/2010 8:20:20 PM 0 "Sam" <shulman.sam...@gmail.com>
embed a third party's page in my page

hi, i'm using a 3rd party searching user control, if i click on search btn. it displays results on another page by getting data from 3rd party's server. i want to embed results page into my page. i don't have code for searchbtn's click event. any idea!!!

8/29/2010 7:03:39 PM 0 CreativeMind <aftab.pu...@gmail.com>
Text message in asp.net

Does anyone know of a way to send a text message from an aspx page? We are doing email just fine and some of our customers would like to be contacted via text message. Any help or links would be appreciated. -- David

8/28/2010 1:40:03 PM 1 =?Utf-8?B?RGF2aWRD?= <dlch...@lifetimeinc.com>
IsInADGroup

Does anyone know of a way to determine if a user is a member of a certain Active Directory group? My site is on the Intranet and I'd like to be able to use the groups that have already been defined. Thanks

8/28/2010 11:31:18 AM 0 Dave <Dave.Burk...@Jacobs.com>
enter-key works with two inputboxes but not with olny one.

Hi, There is a form with two inputboxes and a submit button.The focus is on the first inputbox. When the user presses the enter-key without having entered some text, the javascript message "wrong text" appears. This works. But if i remove the second inputbox, leaving only the first inputbox and the submit button, pressing the enter-key without any text does not show the javascript message. Nothing happens. The focus remains in the inputbox. You can see the page is postbacked, but that's all. Why does it work with two inputboxes and not with one? And how to fix it? Thanks

8/28/2010 10:22:23 AM 2 "Phil" <...@ss.nl>
CrystalReport in VS2010

Hi.. I have created a webform with a CR Viewer and a reportsource. i have included a report in my solution and importet some data into that report. A report preview works fine. When i look at designview in VS2010 it shows the report nice also. Debugging/Building the project results in am object reference to null error which points to the actual report. Ignoring that error presents a complete and correct report on the page... What can that be?? I have no fields in the report, that are not correctly bound to a database and no parameterfields or other fields that should be

8/27/2010 9:48:25 PM 0 "Finn Stampe Mikkelsen" <sta...@city.dk>
Website Personalisation

Dear All, I have been given a C# website to customise that runs smoothly on our internal IIS server (which I currently don't have access to). When I look at the codebehind on the aspx pages I get the message that the file is missing e.g. Login.aspx.cs (missing). I cannot see the actual cs code files. I do see some dlls but I am confused how the third party website works. When I run it in my AS.NET 2008 Development Server it works fine. All I see from my listing of the files is aspx files and associated images and style sheets. I have been advised that I have all the files loc

8/27/2010 10:54:06 AM 0 =?Utf-8?B?QWxhc3RhaXIgTWFjRmFybGFuZQ==?= <AlastairMacFarl...@discussions.microsoft.com>
ReportViewer 2010 SubReport

Hi all, I'm using VS2010 web application. I'm trying to use subreport with reportviewer. The report is working with my machine, it returns the main and sub report. But when moved to web-server, the main report display, not the subreport and no error indicate. I did something like this with VS2005, I did not have any problems. Here is my coding: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim ReportViewer1 As New ReportViewer Dim rptDataSourceMain As New ReportDataSource("dsSRC", GetDataSet("p_SRC_completed_ma

8/26/2010 9:21:03 PM 0 =?Utf-8?B?TWFkaXNvbg==?= <Madi...@discussions.microsoft.com>
CASTing a date

I have the following DECLARE that works fine but I need to handle times when the day of a date is not = 1 and @Month passed is less than 10 so the date gets '0x' for month or day. Below is my current CAST. DECLARE @StartMoth date; SET @StartMonth = CAST(CAST(@Year as char(4)) + CAST(@Month as char(2)) + '01'); Thanks. -- David

8/26/2010 10:09:03 PM 1 =?Utf-8?B?RGF2aWRD?= <dlch...@lifetimeinc.com>
How to launch a Windows application from a ASP.Net web application

Hello Community I have successfully created a C# Windows application with SQL Server in the back end. I have also successfully created an ASP.NET web application using C# and SQL Server in th back end. Any more applications will be created with ASP.Net. I don't want to rewrite the Windows application so I am curious, from the ASP.NET application if I create a put a button or a link on the ASP.NET web application can I launch the C# Windows application from there and if so what is the command to launch the C# Web application from the ASP.NET web application?

8/26/2010 11:09:03 PM 5 =?Utf-8?B?SkI=?= <...@discussions.microsoft.com>
No project file

Has anyone heard of a solution (sln) that doesn't have a project file? For a large project, how does it know what to compile and in what order?

8/25/2010 11:50:17 PM 0 "Jennifer Mathews" <waltersjenni...@live.com>
Blank aspx page

I do a redirect from a Cold Fusion page to an aspx page on the same site. Some people receive a blank page while most have a properly functioning aspx page.

8/25/2010 11:14:03 PM 1 =?Utf-8?B?anQyMg==?= <j...@discussions.microsoft.com>
Handling posible update conflicts

Hi I'm quite new in website programming using asp.net. I have done some coding with windows forms and now my questions is this: How do i handle possible update conflicts when a website has access to an sql database and multiple users may update the same data at the same time... I don't seem to have access to the Sync FrameWork, that i would use in a forms app, so i can only see i can do it with old fashion lock (timeout). This however seems stupid, when there are tools available in windows forms, i would think there are similar tools available for websites... /Finn -- D

8/25/2010 9:56:26 PM 0 "Finn Stampe Mikkelsen" <sta...@city.dk>
js string in aspx page

I have a javascript function in my aspx page that is grabbing values in ddl and textboxes. I am forming a string to call the report server page via url and having problems. I suspect it has to do with string conversion of values pulled from the page, but I cannot figure out why as it works in other areas of the page. The commented out section does work when hard coded. Below is the snippet of js that I am having trouble with. Can someone point out the problem? I tried it both with and without the .toString() function. Thanks. var varQuarter = new String(

8/25/2010 8:30:03 PM 1 =?Utf-8?B?RGF2aWRD?= <dlch...@lifetimeinc.com>
Is there a tool that can...

Monitor outgoing SQL traffic from the IIS server to the SQL server? We don't have rights or permission to access the SQL server or install any tools on it. We're totally cut off. We do have rights to work with our IIS server though and we would like to monitor calls to the database. We just didn't know if there were any tools that were capable of that. Thanks! Mark Moeykens

8/25/2010 1:06:03 PM 1 =?Utf-8?B?TWFyayBNb2V5a2Vucw==?= <MarkMoeyk...@discussions.microsoft.com>
can't execute "create table" command with Visual Web Developer express

I have a folder with a web site I'm developing which is connected to a database. Every time I move the folder to a different computer it's a pain when I have to move the database and change the connection string. I've thought to use for the first time a database in the app_data folder and move all the database inside it. Nevertheless, when I try to create the same tables with the query "create table ..." I get and error saying that "SQL CREATE TABLE" is not supported. Is there a way to manage this situation? -- Giuseppe

8/25/2010 10:04:08 AM 0 GiuseppeDini <...@v.v>
EnableSessionState = False?

Hello, I have an ASP.NET (C#) website. The session length is set to 20 minutes. In this website there is an .aspx page (in an IFRAME) that gets automatically reloaded (using a javascript timer) every 5 minutes. However, I noted that using this approach the session never expires, even when the user is away from his computer (because the IFRAME page always refreshes the session). Instead, I need that the session expires after 20 minutes. So I started looking at creating a page that does not update the Session "timer" and found I had to use "EnableSessionState = False" in the @

8/25/2010 8:37:08 AM 1 "Ele" <nos...@nospam.com>
Problems with ImageButton Refresh

Hallo NG, I've got a Problem on an ASP.Net Page. This page shows some data in a tree view and in a drop down list. There are also two image buttons (expand all and refresh) If some user clicks permanently on the button expand all, there will be sometime a problem with the ASP Page. Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the

8/25/2010 8:36:21 AM 1 "Andre Grumbach" <andre.grumb...@nospam.de>
CrystalReport won't scroll thru all records in ASP.NET appl datase

Hello Community Using CrystalReports embedded reporting in an ASP.NET application I create a table named reportDT. The table usually contains more than 10 rows which takes creates about 7 pages of reports. However after creating the report using CrystalReports it shows the first page containing 2 of the records which is fine then clicking the "Next" carat symbol on the toolbar CrystalReports shows the next page containing 2 records which is also fine, furthermore if I click the "End" carat symbol that is beside the "Next" carat symbol on the toolbar CrystalReports will

8/25/2010 1:44:06 AM 7 =?Utf-8?B?SkI=?= <...@discussions.microsoft.com>
Setfocus to control in Iframe

Hi, I have a page with an iframe on it in which I load another page. On this iframe page I have some textboxes above eachother. When the first textbox is filled with a code the textchanged event is called and the code is checked with the database. After the code has been changed to the right one (if needed) I want the focus to go to the next textbox. So at the end of the event I do: Page.SetFocus(txtbox2) But after the postback refresh, the focus is gone. How can I put it on the 2nd textbox? all is done in the Iframe page codebehind. I would appreciate some help here

8/24/2010 11:00:03 PM 0 =?Utf-8?B?RXJpYw==?= <E...@discussions.microsoft.com>
AJAX connection leak

I have an AJAX page where I am doing a partial page refresh every 5 seconds. My Page_Load() function contains the following: SqlConnection conn = new SqlConnection(...); conn.Open(); // database access stuff conn.Close(); Even though I am closing the connection, I find that whenever this page stays open for a long time, I get an "all pooled connections were in use and max pool size was reached" error message. Does anybody know why?

8/24/2010 5:24:14 AM 1 "David Cohen" <ddco...@gmail.com>
Test Subject

My test newsgroup post

8/23/2010 8:18:42 PM 0 newsu...@company.mail
No UML Reverse Engineering

I am trying to create a UML diagram using VS which is supposed to have UML Reverse Engineering. It is supposed to be in File -> Project -> UML. But mine doesn't have it (2005 or 2008). I have been trying to get the visio news groups and the vsnet groups but the response I get is that it isn't available on the ms newsgroup server. Thanks, Tom

8/23/2010 7:20:43 PM 0 "tshad" <...@dslextreme.com>
tibco Video Tutorilas

Hai Learn TIBCO and via video tutorials,contact http://tibcovideotutorial.webs.com/ PLEASE PASS IT YOUR FRIENDS This site contains video tutorials for tibco.More than 110 video videos covering major topics of tibco are covered. Tibco ,Tiboc Tutorials ,Tibco BW,RV,JMS,JDBC,SOAP ,WSDL,Study material,Tibco Video tutorials,spotfire,FAQ,XMARTER, eai,tibco online training,faqs,adapters,policy,transaction,service, general,general activities,file,emsETC. 919491173004 kirantibco9@gmail.com

8/23/2010 2:37:07 AM 0 Kiran java <javakir...@gmail.com>
Migrating MVC based website

Hi all and thanks. I've recently cloned a website from one server to another. The website was built using mvc. For some reason, the moment I surf to the new copy of the website, the mvc rebuilds the database on the sql server. Any idea why? Could it be because of different sql server on web hosts servers? Could it be a "trick" the developer hardcoded to the home page that detect host change and rebuild the db? Any help would be appreciated. The mvc stuff is completely new to me. Empi

8/22/2010 2:37:49 PM 1 "Empi" <mpe...@softstart.co.il>
FormsAuthentication.SignOut() results in System.NullReferenceException

Hi. I am getting a "System.NullReferenceException" when I call FormsAuthentication.SignOut() from Session_End method in global.asax. Code is as follow: void Session_End(object sender, EventArgs e) { FormsAuthentication.SignOut(); this.Session["user"] = null; Response.Redirect("login.aspx"); } Any ideas why this could be happening? Thanks.

8/22/2010 1:58:08 PM 0 Alex Diaz <alexwar...@yahoo.com>
MVC

Hi all and thanks. I've recently cloned a website from one server to another. The website was built using mvc. For some reason, the moment I surf to the new copy of the website, the mvc rebuilds the database on the sql server. Any idea why? Could it be because of different sql server on web hosts servers? Could it be a "trick" the developer hardcoded to the home page that detect host change and rebuild the db? Any help would be appreciated. The mvc stuff is completely new to me. Empi

8/22/2010 1:53:59 PM 0 "Empi" <mpe...@softstart.co.il>
Freelance MOSS Consultant

Hello, I have over 10+ years of experience in software development. I am software developer looking for freelance or Full Time work, my skill sets: ..NET TECHNOLOGY ..NET(ASP.NET / C# / VB.NET) SharePoint 2003, MOSS 2007, VB, ASP (VBScript & Javascript), SQL Server, Access (VBA), Excel (VBA), Oracle Crystal Reports & SQL Reporting Service LAMP TECHNOLOGY PHP 4/5 MySQL I can work on migration projects, supporting existing project and looking out for new project. waiting for your work. sumeet [dot] leo [at] gmail [dot] com

8/21/2010 1:52:13 PM 0 "sumeet....@gmail.com" <sumeet....@gmail.com>
Routing in web forms problem

If anyone can help me on this it would be appreciated -it's driving me mad... I'm (trying) to implement asp.net web routing on an existing website I have to update (web forms framework 3.5). I've followed http://msdn.microsoft.com/en-us/magazine/dd347546.aspx to the letter and very good it is too, but it's not working. I've added all the routing content to the web.config. I've added a global.asax, added a RegisterRoutes method to update the RouteTable.Routes collection with my custom route handler which implements the IRouteHandler interface. Obviously, therefore my custom

8/20/2010 10:59:48 PM 0 "Stephen Handley" <stephen-hand...@sky.com>
ModalPopupExtender and Required Field Validator

Hi, I have a ModalPopupExtender that displays a panel when a button on the form is clicked. How do I get a required field validator to work when the user clicks the OK button on the panel? For example, city is required. I have set the city textbox, the city required field validator and the OK button in a Validation Group separate from any of the other controls on the form, however, the city validator is preventing my form from working as expected (when the panel is not even visible), it's like it's validating all the time. (Using VS 2008, AJAX, VB)

8/20/2010 2:06:33 PM 1 Mel <mlights...@gmail.com>
LINQ related query

Hi I have a question regarding joining xml files on a key which is present in all file, following is my code docFTR is of type XDocument xdList is List(Of XDocument) Dim doc = From x In docFTR.Descendants("Data") From i In xdList.GetRange(0, 1) Join d In xdList(0).Descendants("Data") On x.Descendants("Guid").Value Equals d.Descendants("Guid").Value i need to programmatically replace xdList(0) with the current XDcoument which comes from "From i in xdList.getRange(0,2)" GetRange(0, could be 2 to 10) Any help is welcome TIA Jacko

8/20/2010 12:10:33 PM 7 "Jackson420" <some...@hell.com>
Weird security configuration message

Recently something has gone wrong with our website so that whenever you try to access an aspx file, it shows the following error: Server Error in '/RALSWeb' Application. ________________________________________ Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Access is denied: 'RalsWeb'. Source Error: Line 256: <add assembly=3D"System.EnterpriseServices, Version

8/20/2010 3:44:56 AM 2 Big Daddy <johngil...@yahoo.com>
Request timed out

We have an aspx page that uploads photos (up to 6) and we are getting a "request timed out" error. Is it possible to simply increase a setting for that page only, and if so, how is that done. Thanks. -- David

8/19/2010 9:04:03 PM 0 =?Utf-8?B?RGF2aWRD?= <dlch...@lifetimeinc.com>
Column count / Access GridView Column after DataBind

Hi I have below GridView, which i in codebehind page databind with a dynamicly created datatable. This all works fine, but after the databind i still only have a column count of 1 although the datatable adds another 4 columns to the gridview. This represents a problem, since i would like to have the last column properties change on the fly and i cannot access the properties of any column besides the on definded below. None of the databound columns created by the DataBind method can be accessed.. How can i access these columns?? /Finn <asp:GridView ID="UdlaanGrd" runa

8/19/2010 12:44:05 PM 4 "Finn Stampe Mikkelsen" <sta...@city.dk>

Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28









Newest Articles

Hi,ICopiedSomeTextAndPhotosFromAWebsite+PastedThemInAnEmailFromThi
42 min. 23 sec. ago

Recover Format 400GB External Hardive
1 hour 38 mins ago

KEVIN J0HN PANNZKE WON the BATTLE
2 hour 21 mins ago

Cross apply from function not working
3 hour 4 mins ago

Mouse cursor freezes up semi-permanently with whole computer
3 hour 56 mins ago