Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

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

    Filling ListBox with data in GridView's row

    Pleas help me i need this urgent!!! Hi, I present some data in GridView, i hawe two columns in first column it has to data from one table, in second column is ListBox which should be filled with data from second table. These tables are connected with master-detail relationship. So if in first...
  2. PIAS

    Error message - Framework

    I hawe a problem, sometimes when i go debugging then reports me two errors: Error 1 Metadata file 'C:\OSMAPA\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\cpo\b08fc951\585cc9f7\App_global.asax.axf_s5g0.dll' could not be found and Error 2 Metadata file...
  3. PIAS

    Compiler Error CS0021

    What does mean this Error message? Error Message Cannot apply indexing with [] to an expression of type 'type' i hawe variable that i use in FOR LOOP, like this; Array myPozition; int32 myAdd; Int32 tempFor1 = pozicije.GetUpperBound(0); for (i = 0; i <= tempFor1; i++) { myAdd =...
  4. PIAS

    Formating data - exporting to Excel

    Hi! I'm exporting data from some grid to excel. If i have value in grid like; 2.57 or 10.98, excel converts these values into: feb.57 and okt.98 ! i don't want excel to convert these values Is there any way to switch off formating in excel when exporting? i'm working with a VB script...
  5. PIAS

    Formating data - exporting to Excel

    Hi! I'm exporting data from some grid to excel. If i have value in grid like; 2.57 or 10.98, excel converts these values into: feb.57 and okt.98 ! i don't want excel to convert these values Is there any way to switch off formating in excel when exporting? Thanks! G.
  6. PIAS

    String functions in C#

    Hi can someone tell me how to convert this code from VB to C#; if (InStr(Request.Form.Keys[n], "dolzinaFc") != 0) the stress is on InStr Thanks!
  7. PIAS

    Master page - Content place holder(detail page) - relationship

    Can someone tell me how can i controle labels, buttons property that lies on master page, from detail page? For instace i want to controle Button's propertyes.
  8. PIAS

    Translating from VB to C# - Date

    Can someone tell me how goes this VB function in C#; Weekday(dateYX,Microsoft.VisualBasic.FirstDayOfWeek.Monday) and this WeekdayName(dayX,False,Microsoft.VisualBasic.FirstDayOfWeek.Monday) Thanks PIAS
  9. PIAS

    Problems with DataGrid

    In my web application i have one page that uses DataGrid component. This DataGrid is connected with database trough a dataSource with common select statemant ( select * from table). I set properties of DG AllowPaging on True and AllowSorting on True. When i compile program and open this page it...
  10. PIAS

    Opening Page in ContentPlaceHolder

    Hi! I hawe created Master Page and on button clic i want to open Detail page in ContentPlaceHolder. Can someone tell me the sintax, how it goes? I'm despret Thanks!
  11. PIAS

    GirdView - connection

    Hi! I'm a beginer in C# - making Web application. Can someone tell me how to connect GirdView with database? Thanks! PIAS
  12. PIAS

    Setting Button public

    I'm programing Web pages in C#, and i want to access button property(visible)(button is on master page) from other page that displays on childs page? How can i make this Button on Master page public? Bye! PIAS
  13. PIAS

    Master page - editing labels

    Hi! I'm making Web page in C#. I have master page and on that page is table in wihich are dirent elements (buttons, links, contentPlaceHolders, ect..) From Master page i open some detail page and in the same time i whant to change Label1 caption. The problem is that Label1 lies on Master page...
  14. PIAS

    KeyPress event - escape

    Hi! I have two buttons on the form. How can i make that when i press Key Escape, that form closes? I was tryng with forms KeyPress event but it doesn't work. Why?
  15. PIAS

    Encrypting and decrypting som.xml file

    How can i Encrypt som xml file and than Decrypt it? I need a code in C#... Thanks! PIAS
  16. PIAS

    Connecting to Embedded Database

    Can anyone tell me how do i connect to some embedded database. Witch classes do i need? How it goes the code in C#? PIAS
  17. PIAS

    Installation of SQL Server 2005 Express

    HI! I have already installed MS SQL Server 2005. Is it possible to create embedded database with this version of SQL Server? I want to create database, that i would be able to put on CD with an aplication and use it from CD. Do i need for this SQL 2005 Express or can i do it with Standard...

Part and Inventory Search

Back
Top