Browse by Tags

Related Posts

  • How to check the status of a windows service

    Hi, I need to check the state of the service whether it is disabled. If I use the Service Controller Class then it throws an exception. It can only return the status if the windows service is in an Automatic or Manual state. Is there anyway to find out if the windows service is disabled or not??? Thanks...
    Posted to C# (Forum) by vivk on 04-28-2009, 12:00 AM
    Filed under: <C#>, .net 2.0, .net 2.0 c#, C#, C# 2.0, C# 2005, C# code, c#.net, windows service, windows services
  • Re: sending sms or recieving sms from gsm modem to tracking unit

    Normal 0 MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin...
    Posted to Free For All (Forum) by irisweb on 04-23-2009, 12:00 AM
    Filed under: SMS from web application, C#.Net, SMS in c#
  • Re: Problem getting DataList Delete Button to fire

    Please try the below code as it works for me and I am using it on my own website Design/Source <asp:DataList ID="dlDataList" runat="server" RepeatDirection="Vertical" RepeatColumns="1" Width="100%" OnDeleteCommand="dlDataList_DeleteCommand"...
    Posted to Data Presentation Controls (Forum) by ziggyrafiq on 04-19-2009, 12:00 AM
    Filed under: .net, .Net 2.0 ASPX, .Net 2.0 DetailsView Asp.Net Edit Textbox Width Style, .Net 2.0 FormView dropdownlist, .Net 2.0 GridView Header Row Locking, .net 2.0 GridView merging problem, .NET 3.5_Datalist_highlight, .NET Framework 2.0, .NET Gridview Problems, .net2.0, 3.5, ADO.NET, ADO.NET 2.0, as.net 3.5, as.net2.0, as.netp.net 3.5, ASP.NET 2.0 DataBinding, ASP.NET 2.0 DataBinding DefaultView, asp.net 2.0 DataBinding javasript, asp.net 2.0 detailsview findcontrol template, ASP.NET 2.0 FormView ItemTemplate Disappears, ASP.NET 2.0 GridView databound, 'C#', c# .net gridview as, C# 2005, C# 2005 Gridview, C# 2005 Gridview ASP.NET session, C# T-SQL, c#.net, C#3.0, Datagrid cotrol, DataGrid Delete ObjectDataSource, ASP.NET2, ASP.NET3.5, *A newbie C# programmer*, .ASPX
  • problem with Parameter Queries in C#?

    hi i have the following code in my web form and i'm getting an error, 1 hookUp = new SqlConnection( "Server=.SqlExpress;Database=Shop;" + "Integrated Security=True" ); 2 3 sqlCmd = new SqlCommand( "SELECT * FROM Products WHERE prd_id =@id" , hookUp); 4 sqlCmd.Parameters...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by pfkdesign on 04-16-2009, 12:00 AM
    Filed under: SqlDataSource query select, sqldatsource selecting, "MSSQL error", "SQL Server", .net 3.5, 2 select statement problem, Access database query string, asp .NET 2.0 SQL data sqldataadapter, asp.net 3.5sp1, asp.net sql selectcommand select date range, C# SQL, C#.Net, datevalue date sql selectcommand select range, SELECT, Select statement, Select * from tablename where column1 = (), Select * from tablename where column1 in (), SELECT Multiple columns for DISTINCT, select query, Select Statements, ASP.NET Deadlock MS SQL 2005 SP1 transaction, (SELECT condition, "ASP.NET and SQL Server", SQL SELECT WHERE Array
  • Data validation library

    Hello, I am looking for a solution for data validation other than forms validation. I am consuming a number of web services and then map the XML messages to a DTO. I would like to create a data validation library that will work across the services. I envision static functions like the following: IsValidString...
    Posted to C# (Forum) by rkb9572 on 03-19-2009, 12:00 AM
    Filed under: .Net, C#, C# in Asp.NET, c# 3.0, C# code, c#.net
  • Got a quick Question in C#.net

    Greetings, I am trying to make a connection to a Unix server in my C#.net application so I can execute some Unix commands and read the response, which I have done. I can connect to Unix and run commands and receive responses but right now, I am closing the connection in the same function that opened...
    Posted to Getting Started (Forum) by kevinrees7 on 02-27-2009, 12:00 AM
    Filed under: c#.net, SshShell, UNIX
  • Creating XElement from user defined type and parsing it?

    Hi, I am new to Linq and trying my hands to serialize userdefined object into XElement and then parsing it to fill my object. I am doing something like mentioned below to create XElement and parse it: public struct obj { #region Public Properties public String m_str1; public String m_str2; uint m_int1;...
    Posted to XML and XmlDataSource Control (Forum) by techie.net on 02-13-2009, 12:00 AM
    Filed under: C#, C# 2005, C# exception, C# .NET Genetic Algorithm Program Code, c# 2008 LINQ, C# code, C#. NET 2005, COM .net 3.5 C#, DLINQ, xml Word parse CSV SQL Server, xml .Net C#, XML file, xml namespace tempuri.org, .Net, C# code, c# 3.0, c#.net, C# in Asp.NET, C# ASP.NET Databinding Expressions, xml serialization deserialization, XML and asp.net
  • Re: Creating fake column in a Dataset

    Hi, Here is the code to add column to the DataSet; Using C#.Net //Create a DataSet DataSet ds = new DataSet(); // Data Table DataTable dt = new DataTable(); //Column DataColumn dc = new DataColumn(); //Now Create a column and define attributes dc.ColumnName = "<Column Name>" ; dc.DataType...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by 1Madhu on 02-13-2009, 12:00 AM
    Filed under: dataset, Datatables, C#.Net
  • url rewriting

    Hi, protected void Application_BeginRequest(object sender, EventArgs e) { HttpContext context = HttpContext.Current; if (context.Request.FilePath.ToString().StartsWith("/hotels-in-")) { context.RewritePath("country.aspx"); } } this is my code in global.asax.cs file http://..........
    Posted to Configuration and Deployment (Forum) by icanmakeiteasy on 02-11-2009, 12:00 AM
    Filed under: c#, c#.net
  • ASP Wizard Control Side Bar Control Accessability

    I have an ASP Wizard Control (Wizard1) and I have places a drop down list (ddlSelectedUser) in the Side Bar Item Template. The drop down has autopost back set to true, and on selected index changed I need to get the SelectedValue and SelectedItem.Text from this control. However, I cannot figure out how...
    Posted to Web Forms (Forum) by bfancett on 02-09-2009, 12:00 AM
    Filed under: template, template field, templated user control, TemplateWizardStep, accessing controls, asp .net. 2.0, ASP.Net C#, ASP.NET 3.5, c# in Asp, c# .NET, c# programing, c#.net, drop down dropdownlist autopostback, drop down list, Dropdown list, dropdown list reference control., DropDownList, within tempalte, wizard ActiveStepChanged, Wizard ActiveStepChanged NextButtonClick, Wizard control error., wizard control finish button, wizard control previous button, Wizard Control Sidebar disable links, wizard control walkthrough, Wizard Dynamic Controls ViewState SessionState, Wizard FinishButtonClick, wizard focus setfocus default button, wizard posback, wizard session cache viewstate, Wizard SideBarTemplate, Wizard Step, Wizard StepNavigationTemplate custom validator, WizardStep, Wizard, Wizard control, Wizard event Handling formview, wizard navigation, Wizard SideBar Disable Navigation, Wizard TemplatedWizardStep Validation, wizard validator usercontrol, Templated UserControl, templates, C#. NET 2005, drop down, drop down dropdownlist postback, wizard control dynamic steps
Page 1 of 16 (154 items) 1 2 3 4 5 Next > ... Last »