Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

Pankaj Kulkarni

@Pankaj Kulkarni
About
Posts
22
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I want to create a Datagrid column having DropDownList control just like ASP .NET.
    P Pankaj Kulkarni

    Hi, Can I Create Template columns in VB .NET Datagrid just like ASP .NET Datagrid ? If yes then plz mention the procedure else give me the alternate solution. Thanks n regards :confused: Pankaj Kulkarni

    Visual Basic csharp question

  • use of style sheet in asp.net
    P Pankaj Kulkarni

    Hi, 1. Include this tag where styles.css is your stylesheet. 2. create css classes in styles.css like for button .btn { background-color:orange; color:black; } 3. Now add attribute to the button I. if it is server control then the attribute shoul be cssclass="btn" II. if it is HTML control then the attribute should be class="btn" Follow the steps which I have given. regards ,:) Pankaj Kulkarni

    ASP.NET csharp css asp-net tutorial question

  • Javascript in web user control
    P Pankaj Kulkarni

    Hi, It's really cool man. I also tried. Thanks minhpc_bk and Lex Luthor Pankaj Kulkarni

    ASP.NET csharp javascript dotnet sysadmin tools

  • How to add relations with more than one primary keys
    P Pankaj Kulkarni

    Hi, Will u plz explain ur question with example? Pankaj Kulkarni

    ASP.NET question tutorial

  • Extra space added to a records data fields
    P Pankaj Kulkarni

    Hi,

    Jlawrnce wrote:

    strSQLEditCustomer = "UPDATE Customers SET ContactFirstName = ' " & txtFName.Text & " ' , ContactLastName = ' " & txtLName.Text & " ' , BillingAddress = ' " & txtAddress.Text & " ' , City = ' " & txtCity.Text & " ' , State = ' " & CboState.Text & " ' , PostalCode = ' " & CboZip.Text & " ' , PhoneNumber= ' " & txtPhone.Text & " ' , EmailAddress = ' " & txtEmailAddress.Text & " ' WHERE CustomerID = " & SearchCustID & " "

    Use "Trim" method to supress the extra space from the controls like "UPDATE Customers SET ContactFirstName = '"& Trim(txtFName.Text) &"'" This will also help you. Pankaj Kulkarni

    Visual Basic database announcement

  • Javascript in web user control
    P Pankaj Kulkarni

    Hi there,

    Lex Luthor wrote:

    asp:CheckBox ID="CheckBox1" runat="server" onclick="javascriptCheckBoxChecked()"

    I think you have missed the colon ":" and control in above line i.e. you should write asp:CheckBox ID="CheckBox1" runat="server" onclick="javascript:CheckBoxChecked(this)" Pankaj Kulkarni

    ASP.NET csharp javascript dotnet sysadmin tools

  • Is it required to install the dababase server in client system, while we are working on client-server application?
    P Pankaj Kulkarni

    Also install MDAC 2.7 on client machine. It will definatly work. Pankaj Kulkarni

    Database database help csharp sql-server

  • How to Show XML File data in a HTML File?
    P Pankaj Kulkarni

    Hello I don't remember the exact code. But some guideline 1) You have to create - XMLDocument Object - XSLTransformation Object. For data presentation you must create XSLT file (assuming your Dynamic XML file's attributes are fixed) Using XSLTransform Object's Transform Method you can transform your XML data into HTML Format You have to Import 2 namespaces - System.Xml - System.Xml.Xsl Pankaj Kulkarni -- modified at 3:34 Thursday 9th February, 2006

    ASP.NET csharp html asp-net xml tutorial

  • Textbox in asp.net URGENT
    P Pankaj Kulkarni

    Hi,

    kirthikirthi wrote:

    example : i entered "123456" it will prient a=123 b=456

    If the number is "1234567" i.e. odd in size then what should be the criteria? Pankaj Kulkarni

    ASP.NET csharp asp-net tutorial

  • How to apply Style Sheet to PushButton in asp:ButtonColumn in datagrid?
    P Pankaj Kulkarni

    Hi, Add the attribute (to that button tag in HTML) "cssclass='btn'" if your stylesheet has ".btn" class Pankaj Kulkarni -- modified at 2:18 Thursday 2nd February, 2006

    ASP.NET tutorial question

  • Please, we really need help with this.
    P Pankaj Kulkarni

    Hi,

    alexvw wrote:

    can start the apps in debug mode, but it does not stop in any breakpoints.

    when you will run the application, attach the Worker process i.e. aspnet_wp.exe to the "IExplorer.exe" through Debug menu. This technique will worked only at runtime not design time. It will definately work. have a cooooool day Reply, Thanx Pankaj Kulkarni

    ASP.NET csharp asp-net sysadmin windows-admin debugging

  • Must declare the variable '@TheYear'
    P Pankaj Kulkarni

    Hello

    sasire18 wrote:

    SELECT o.customerid, od.orderid, SUM(od.quantity*od.unitprice) AS price FROM Orders o, [Order Details] od WHERE Year(o.orderdate) = @TheYear AND od.orderid=o.orderid GROUP BY o.customerid, od.orderid ORDER BY o.customerid DECLARE @TheYear int SET @TheYear = 1998

    you have to declare "@TheYear" before the query but you declared it after the query. Pankaj Kulkarni

    Database database help

  • Is there any help available for SPRIN .NET Framework ?
    P Pankaj Kulkarni

    Hello, Is there any help available for SPRIN .NET Framework ? Pankaj Kulkarni

    .NET (Core and Framework) csharp dotnet help question

  • Please, we really need help with this.
    P Pankaj Kulkarni

    Hi, Run the Command "aspnet_regiis -i" on SDK Command Prompt Pankaj Kulkarni

    ASP.NET csharp asp-net sysadmin windows-admin debugging

  • Autonumber in MS Access
    P Pankaj Kulkarni

    Hi, If you don't want Randomly Generated Number then The primary key i.e. CustomerID Datatype should be Long Integer/Double. Having "Increment" property set to 'Yes' with Increment Seed '1'. Pankaj Kulkarni -- modified at 0:50 Tuesday 31st January, 2006

    Database csharp asp-net sales help tutorial

  • Help me to develop a Worlflow Management software for my college
    P Pankaj Kulkarni

    Hello Ashish, I am giving you a way of thinking. Apply Divide and Rule Policy i.e. Divide the complete ERP Into Modules. But according to College, there are Departments. So take depts as a module and take down activities of each department. Bye Pankaj Kulkarni

    ASP.NET help workspace

  • SelectedIndexChanged with data bound DropDownList
    P Pankaj Kulkarni

    [Message Deleted]

    ASP.NET database csharp asp-net business help

  • Developing IDE
    P Pankaj Kulkarni

    hi James, Thanx for the Steps you have suggested. Pankaj Kulkarni

    Visual Studio csharp visual-studio help question workspace

  • Developing IDE
    P Pankaj Kulkarni

    Hello All, I want to develop an IDE like Visual Studio IDE. My development Environment is Visual Studio .NET 2005. Language may get differ as per the requirement i.e VB or C# What will be the steps ? What things I have to consider at the time of Development? How should I start ? Thanx for the help Pankaj Kulkarni

    Visual Studio csharp visual-studio help question workspace

  • Not Able to connect to Sql server(urgent)
    P Pankaj Kulkarni

    Hi Pankaj, This problem may occur, 1) if u will register your computer to another workgroup or Domain. 2) Your Server Name will get changed 3) Your Network cable may get disconnected. 4) You don't have rights to access that Server. regards, Pankaj Kulkarni

    ASP.NET csharp asp-net database sql-server visual-studio
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups