Search results for query: *

  • Users: alim
  • Content: Threads
  • Order by date
  1. alim

    About VB.NET to C#.Net Conversion Soft.

    Hi guyz, Does AnyOne know the name of any good soft that can convert VB.Net Code to C#.net code.. (free would be better) thanks in advance
  2. alim

    How to create ODBC connection strings by setup?

    When we use ODBC connection string , users have to create the connection string most of the time but some applications like Northwind Sample DB have the capability to create their connection string in ODBC directory by the setup instance .. how I can do that?
  3. alim

    Windows 7 , Jet Oledb Run Problem

    I have nerver used my application in windows vista or windows 7... It turns that WinXp SP 2 supports great but when i run it in windows 7 , it shows error like this .. but I can't install MDAC28 in windows 7 .. Because it is for windows 9x.. So what is the solution for this .. Isn't...
  4. alim

    About Web Scrolling Control

    How can we create objects like this ? I am new in those type of developing.. please help with some images.. thanks in advance..
  5. alim

    How to set a Password on Portable Sql Express Database File?

    Add->Add New Item-> Sql Database We can create database using sql expression edition but how can we protect them. I mean how can i set a password. Do I have to install any other application to protect this MDF file . Thanks in advance
  6. alim

    Use 3-Tier Architect

    Rent A Coder - Accounting with Inventory and Payroll In this bid , they want us to develop app in using '3-Tier Architect' what does that mean ?
  7. alim

    i update my project to vs2005 to vs200, Dataset is show tables

    i update my project to vs2005 to vs200, Dataset is show tables but after that if write any name of dataset and press '.'... computer hand down.. please help how to solve this problem
  8. alim

    Concurrency violation: the UpdateCommand affected 0 of the expected 1 records.

    Concurrency violation: the UpdateCommand affected 0 of the expected 1 records. i have seen this error many time and found some cure but can't figure out why now its happening.. i have a table named discount and passing text value every time when text changes and save when click a button ...
  9. alim

    Backgroundworker Problem

    why this error occurs can someone deeply apprise me!:confused:
  10. alim

    progress when i am updating a table?

    Hey, can i show .. backgroundworker progress when i am updating a table.. Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) _ Handles BackgroundWorker1.DoWork Adp.Update(Table) End Sub How can i show the process of...
  11. alim

    Css Menu Create In Html

    How can i learn abt css popup menu creating easily.. i have seen many videos bt haven't got any video abt creating Css menu, i have viewed many sites bt their created menus are so complicated as long as i think .. i have to learn the simple thing abt css menu.. like i have found a example...
  12. alim

    SelectedCells Order

    When i selected cells in Datagridview.. you knw it will not give u the right order to work with so i tried in coding Every thing is right bt i m getting those value in diffrect order I knw bcoz depend on the selection order .. can i do something to have the index right order or i have to...
  13. alim

    i can't join columns value in one column

    Both CommonService.January ,CommonService.February are in Decimal format when i try this , i get january value in [CommonService Paid] SELECT CommonService.FlatMasterID, CommonService.Flat_No, CommonService.Building_No, CommonService.Year, CommonService.January AS [CommonService Paid] FROM...
  14. alim

    Resolved Can i get Orginal Records Before Save the chages

    i want to reset a rows value which is changed. i tried with from deleted rows access information If Me.BindingSourceUtilities.Current IsNot Nothing AndAlso TypeOf (Me.BindingSourceUtilities.Current) Is DataRowView Then Dim Rv As DataRowView =...
  15. alim

    VB.Net 2.0 Programmmer Need Part Time Job In Net

    Please download: My Resume PDF(4 Pages) Developed Softwares Images & Reports Reach me at: aukresume@live.com SUMMARY OF EXPERIENCE VISUAL BASIC 6 (2005-2006), VISUAL BASIC.NET 2.0(2006-2008),FLASH (2004-2008),PHOTOSHOP(2004-2008), ASP.NET (6 MONTHS) IN C# LANGUAGE, CRYSTAL...
  16. alim

    how to link datatables like crystal reports in .rdlc

    how to link datatables like crystal reports in .rdlc file.. can one give me a help link .. where from i can learn it easily .. or give me some images how to do it.. is it really possible to links table in .rdlc file
  17. alim

    (Crystal Reports)I want to change FieldObject DataSource In Runtime

    Hey is there any way to change datasource of a reports dynamically.. please help me ... i m in a great problem
Back
Top