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
T

Tufail Ahmad

@Tufail Ahmad
About
Posts
38
Topics
26
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Connection between Oracle Jdeveloper and MS ACcess
    T Tufail Ahmad

    hi, I am using Jdeveloper. when i make connection between Jdeveloper and MS Access it connects and i can see all my table in jdeveloper editor. but when i run my page it did not displays any thing. Any help.

    Java oracle help

  • Crystal report groups
    T Tufail Ahmad

    i have designed a report in crystal report with group on one of my field. e.d Field1. but related data to this group starts from next line. where as i want to display it as: GroupField1 Record1 record2 .......

    Visual Studio 2015 & .NET 4.6

  • MSChart
    T Tufail Ahmad

    i have 2 columns in dataview, i want to populate MSChart with Type as StackedColumn and both columns on one over another.

    ASP.NET

  • Printing Image in asp dot net
    T Tufail Ahmad

    I have image control on my asp.dot page, i want to print that image. how can i do it? help please

    ASP.NET question help

  • Printing MSChart in asp dot net
    T Tufail Ahmad

    I used MS Chart in my aspx, but now i want to print MS Chart only but How can i print MS Chart using asp.net

    ASP.NET csharp asp-net question

  • MSChart printing
    T Tufail Ahmad

    But it prints the whole page, i want to print on MSChart chart area

    ASP.NET tutorial

  • MSChart printing
    T Tufail Ahmad

    I am using MSChart control in my asp dot net project. but i do not know how to print chart after it display on page.

    ASP.NET tutorial

  • Graph/Chart control
    T Tufail Ahmad

    but i want to use asp dot net

    ASP.NET data-structures help

  • Graph/Chart control
    T Tufail Ahmad

    In ASP Dot Net, I want to do trend anaylsis and want to use some control that result in graph/chart form. i dont want to use crystal report charting. Is there any light weight 3rd party control(Free) that can help me.

    ASP.NET data-structures help

  • Background color of message box
    T Tufail Ahmad

    but it changes when we change theam in windows xp

    Visual Basic question

  • Background color of message box
    T Tufail Ahmad

    How can i change background color of msgbox using vb dot net or vb6. i do not want to use form for this purpose.

    Visual Basic question

  • Background color of message box
    T Tufail Ahmad

    How can i change background color of msgbox using vb dot net. i do not want to use form for this purpose.

    Visual Studio question

  • Gridview refreshes
    T Tufail Ahmad

    i have search form on asp dot net. drop down list 1 drop down list 2 grid view control selection in drop down list 1 populates ddl2 and after click on search button it searches fine. but after search when i change ddl1, although it populates ddl2 accordingly but it also disturb gridview data. where as it should not disturb gridview because i only changes Drop down lists. grid's data should only be changed with Search button. help plz

    ASP.NET css help

  • Conditional Sum in SQL Query
    T Tufail Ahmad

    I use SQL Server 2005. Case is Valsue in Totall field are: -2, 5,4,-1 Select sum(Total) as sTotal from Table1. it gives 6. i want to sum positive and negative values seperatly that is Select sum(Total) as PositiveSum, Sum(total) as NegetiveSum as sTotal from Table1.

    Database database sql-server sysadmin

  • Export datagridview to MS Excell
    T Tufail Ahmad

    How can i export data from datagridview into excell using vb dot net. i need simple code. Help please

    Windows Forms help question

  • Mouse Move on Label
    T Tufail Ahmad

    there isn't any MouseEntry or MouseLeave events with label1 or 2. i am using vb6

    Visual Basic help

  • Mouse Move on Label
    T Tufail Ahmad

    I have two label1 and label2 on form by default label2.visible=False. when mouse move on label1 then label2.visible=True, else if mouse is not on label1(or over any other control) then label2.visible=False what should i do to set visibility of label2 to False if mouse is not over label1, help please

    Visual Basic help

  • VB+Crystal Report Problem
    T Tufail Ahmad

    using VB6 and Crystal Report10, Report X contains subreport Y and Z (e.g) When i click button, it gives error as "Query Engin Error 'Error Code: 0x800a0e78' Source Adodb.RecordSet Description: Operation is not allowed when the object is Closed" NOTE: When i use break point and parse line be line, then it works fine. My Code is as: Public Function ShowNELogReport(ByRef rsNELog As ADODB.Recordset, ByRef rsPower As ADODB.Recordset, ByRef rsSystemStatus As ADODB.Recordset, ByRef rsRequirement As ADODB.Recordset) Dim Report As New rptLogMain On Error GoTo Err With rsNELog If Not (.BOF Or .EOF) Then .MoveLast .MoveNext 'Report.Database.SetDataSource rsSearchReport Report.Database.SetDataSource rsNELog Debug.Print Report.Database.Tables.Item(1).Name 'Report.ReadRecords Report.Subreport1.OpenSubreport.Database.SetDataSource rsPower Report.Subreport2.OpenSubreport.Database.SetDataSource rsRequirement Report.Subreport3.OpenSubreport.Database.SetDataSource rsSystemStatus crViewer.ReportSource = Report crViewer.ViewReport Else MsgBox "Record Not Found", vbInformation Unload Me End If End With Exit Function Err: MsgBox Err.Description End Function

    Visual Basic database help debugging

  • Inserting Empty Row in Grid View in ASP Dot net + vb dot net
    T Tufail Ahmad

    Send me source code please

    ASP.NET css help question

  • Inserting Empty Row in Grid View in ASP Dot net + vb dot net
    T Tufail Ahmad

    How can i add empty row in Grid View in ASP dot net using VB Dot net. All fields are bound but i want to count TOTAL manually. e.g Type Col1 col2 col3 1 10 20 30 2 5 1 5 3 1 5 2 Total 16 26 37 Help please

    ASP.NET css help question
  • Login

  • Don't have an account? Register

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