hamidreza_buddy
Posts
-
Ajax.NET vs Atlas -
SaveAs Dialog in JavaScriptHi I want to have a link that upon clicking on it, it open SaveAs Dialog for saving a file. Just like we have the file URL and we right click on it and click Save Target As... I want to do it with just one click. thanks
-
reading from the Microphonehello how can i read a stream from the sound card?
-
Uploading ASP.NET websitehi ive designed a website and i want to upload it. it uses SQL Server Express database (i store my databases in App_Data) i use |DataDirectory| for my conection string but when i upload it it says that it has a bad Argument for attachDBFileName. i want to know how should i upload my database? (my nonDatabase pages work fine) i uploaded it with the Control Panel's Database Manager but when i use my new connection string it fails. my connection is: "server='www.host.com';User ID='admin';Password='pas';Initial Catalog='database';Connect Timeout=30" but it says: Cannot open database "database" requested by the login. The login failed. Login failed for user 'admin'. what should i do? oh, one important thing i forgot to say is that i use Membership. how should i upload that database? i have no access to Membership database connection string
-
sending Data within URLhello. i want to send data from within the url forexample: /user_new.asp?forumid=12076&main=/script/comments/forums.asp please give me an article or topic of such a thing. thanks
-
retrieving View's SQL statement [modified]hi how should i retrieve View's SQL statement in SQL Server. i am using OleDb and i want it to be compatible with all the data Systems. for example i can retrieve the Query statements from an Access database (with GetOleDbSchemaGuid() ) but i am not able to do it with SQL Server (it dowsnt support retrieving views that way). is there another way or a specific SQL statement to do so?? thanks in advance -- modified at 6:20 Monday 26th February, 2007
-
select distinct On multiple fieldsHi i want to know how to do a "select distict" on multiple field. for example suppuse we have a table with field FirstName and LastName. and we want to select all distinct the people in this table with a Query with distinct FName and LName. I know i can use other elegant ways (such as relationship) to do so, but i need to know that query. thanks
-
Change Language bar ProgrammaticallyI said i thought i have to use API. so this is why i asked my question here. i dont think there is a direct way to do such a thing in c#.
-
Change Language bar Programmaticallyhi i need to change the Language (in language bar) every time i set the focus on my Window ( like English to German ). my program is in c#. I thought i should use API to do this. so anybody know such an api Function? or is there another way to do it? thanks
-
Gridview auto column [modified]hi i am using a GridView to show some data. I want to generate a auto column which shows the RowNumber I want the RowNumber not to be stored in the database for example: RowNum---Name---Education 1--------dfa----PHD 2--------asf----sdaf 3--------asfd---erwr . . . I dont want to add an autoincrement column. because i should have the ability to insert a new person at, say RowNum 2 and the others should be shifted down. I want to know is it possible to add a coloumn to show the RowNums automatically independent of database? -- modified at 15:59 Monday 25th December, 2006
-
nulls in a DataTablei have a DataTable. i want to know that one of th e elements is null or not. if(myDataTable.Rows[row][col] == null) { ..... but it doesnt work. what should i do?
-
Deploying .NET framework [modified]but it just start downloading. i want .net framework to embed into the setup file. i have Dotnetfx.exe which is version 2.0. what should i do? thanks
-
XmlDataSource vs DataSourceerr maybe you should use ReadXmlSchema().
-
Deploying .NET framework [modified]hi 1- i want to deploy a project and i want to embed .net framework 2.0 in my setup.exe. how is it in vs 2005. i looked up msdn and found Bootstrapper but it is just for 2003. is it integrated in vs 2005? 2- when i set "FormBorderStyle" of a form to "FixedDialog", "FixedSingle" or "Fixed3D" the user is not able to resize it. but when user double click on the caption of the window it just go full screen! i think its not a fixedDialog property. -- modified at 7:14 Thursday 17th August, 2006
-
Office Wob Components: PivotTable, SpreadSheet ...Hi I placed a PivotTable in my form Application. it is a AxOWC11.AxPivotTable. it is easy to make it display a Table with its property Wizard but i want to make it Show every kind of Table. i want to give data to it at RunTime programmaticaly. it has a Property axPivotTable1.DataSource. but it is of type "msdatasrc.DataSource" and i don't know how should i assign data to it. thanks
-
Floating ToolStriphi i made a ToolStrip and placed it in a ToolstripContaier. but i want it to be able to float. it is just stuck in the ToolStripContainer and doesnt float when i drag it out of container.
-
SpreadSheet and Pivot ComponentsHi What is the activex control name for PivotTable and SpreadSheet and Chart? I want to use them in a "Windows Form Application".
-
PivotTable and SpreadSheet Components [modified]Hi What is the activex control name for PivotTable and SpreadSheet? I want to use them in a Windows Form Application is it Microsoft Office Web component? -- modified at 12:54 Thursday 27th July, 2006
-
OleDb different DataBasesHi as you know with OleDB we can open many kind of DataBases. i want to know is there any difference between SQL statements we send to darabases or all of them support support a single tyoe of SQL statements. I wanted to Get Information of tables of Databases(something like "Server Explorer" of VS.NET which opens every Type of Databases and shows their "Tables" and "Queries" and "procedures" and "Functions". abd also Field Types) can i do it with SQL statement? and if yes are they different for different databases?
-
Table InformationNo. I want to use OleDb. I want to write a Program for all kind of Databases like access,Oracle and ... . is there any standard SQL statement for that.