No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
53 Posted Topics
Re: hey man if u put a template in the datagrid, that doesn't affect. for the paging to work well u should write the source below. private void DataGrid1_PageIndexChanged(object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e) [B]Handles DataGrid1.PageIndexChanged [/B] { DataGrid1.CurrentPageIndex = e.NewPageIndex; [B]<!-- here u should open connection execute the query close the connection … | |
Re: dude u need to create [B]OdbcConnection[/B]. using this object u can connect to any type of db such as (mssql, oracle, mysql, excel...) dude i amnot sure abt the stability in using mysql with .net. sam | |
Re: f1_fan is right u can use msgbox in asp.net coz it will run on the server and not on the client side. u can use alert fuction in the javascript, coz its client-side. | |
Re: hey guys i have problem somehow similtar to this, how to insert colored, formated text in db and retrieve it. when i play with the font or anything of the text throught html editor, the text is not saved in db. the text attribute is empty, what should i write … | |
Re: ok guys, lets stop all that. we all here want to help each other. "naster" i understood and if i'm wrong plz correct me. u want to write all the ips logged into ur system in ur database. why is that? to do that, as our friend above-said, [B]"request and … | |
hey developers i am facing a new problem and need ur help. i have a crystal report running perfect but when i press a button to export the report to specific type such as ("pdf", "excel"...) i got this error. [B][COLOR="Red"] Error in File C:\WINDOWS\TEMP\temp_d5b87b69-0a62-48a7-bb70-0f98fdbf36f2.rpt: Access to report file denied. … | |
Hey all, guys I hav to use calendar control in a data grid.. But the events for tha calendar(selection change n others ) are not getting fired... i am using datagrid_itemcommand and i am searching for the command name but the calendar control doesnt have command name. how i can … | |
hey all i am facing a problem and i googled it and didnt find any solutin yet. hope u will help me. i have web application that support 2 langauges. i am using CLR. CLR supports a mechanism for packaging and deploying resources with any type of application. i was … | |
hey all does any one knows how to create a dynamic crystal report? the user must insert a data and the report must then be generated according to this data. thanks in advance | |
Guys Does any one read about include a SMS GatWay through asp.net site. any help will be great. SAM | |
Hey guys i make hosting on a company. When i am opening my application i am recieveing the following error: [B]Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change … | |
![]() | Re: dude ur question is general. dude we r willing to help u but u need to google urself come on, we r not going to do ur job here. after u google, if u face anyproblem then u can ask abt it here. thats my advice to u sam ![]() |
Re: dude i think the best thing is using javascript to open the pdf try this: <INPUT id="btnopen" type="button" value="open report" name="Button1" [B]onclick="location.href='linux1-sample.pdf'">[/B] sam | |
Re: dude i didnt understand u well. but i will assume that u r asking how to return empty datatable. i dont remember i did that since i always use dataset. in my case i return ds without testing and in the code behind i make the login test according to … | |
guys have anyone ever work with ajax with asp.net. if anyone have any information regarding this subject, may he share it with all? thanks in advance sam | |
Hey All guys i need your help in a new problem regarding crystal reports. Its not missing dlls or export. well when i click on a web page to see my report its opens and the data are there but the problem is i am seeing 3[B] same reports and … | |
hey guys i have web project and crystal is part in it. all is working fine, my project is finsihed and the crystal are working good in my pc. when i take a copy of my project and past it in another pc, it worked fine but the crystal didnt … | |
Re: search abt security in asp.net and specially [search]<authentication mode="Forms">[/search] this is the answer of ur problem. sam | |
Re: man i think to do that, you should after retrieving data from db, copy ur datasource to a session and then to datagrid. then man if u want to delete from the datagrid only, you should delete from the session and rebind the datagrid to the session, in this way, … | |
Re: dude may be the problem coz u didnt add the next line to ur code. SmtpMail.SmtpServer = "name of ur smtp server and often is localhost" try that sam | |
Re: man this is easy. u logged in with a username and password. u create a session and put in it ur username then u make a query to retrive data from db using the [B]session [/B] as ur condition. ex. select fname, lname from users where user_lognname =[B] '" & … | |
Re: u want to store the images in the database if that wht u want to do, i dont suggest that instead i will tell u to store the file path in a table in the database and then when u want to view the image u select its path from … | |
Hey all i am facing a problem in a crystal report i have added an OLEobject as Bmp picture. i want to add the source of this image from the code-behind. How to do that? Thanks in advance | |
Re: man i dont know MYSQL but i am familair with microsoft sql. I think the solution to this problem is by making logins and passwords. second, dont make a password column in the database coz every one enter the database can view them. create password using : "[B]sp_addlogin[/B]" and "[B]sp_ … | |
hey all i need ur help i have a database, and a table with report column. in this column, i storing data and i can change the bold, colored and aligned the text using a toolbar,[B] like the toolbar here when u want to put a thread[/B]. all that is … | |
hey all i need help i am developing web project with ms sql db. i want to know how i can insert a text in db after i changed its font or color or align, i have html editor in one of the web pages, ex: [B]xxxx[/B] the insert statement … | |
Re: hey u, i have a question. i want to save colored bold text in database, i didnt suceed in that the text is inserted empty in the database, i am using html editor what is the answer? thanks | |
Re: man tgreer no need for all this angry eman is only needs help and she is asking with polite so if u dont want to help her, thats ok but no need for all wht u said sam | |
hey guys i need for my website, html editor, like the one found in this forum when u want to post thread, where i can download this extension? or is there a code i can copy it and have this editor? i am ready to any suggestions 10x in advance … | |
guys, i need for my project, an html editor like the one found here when u post a new thread. from where i can download this extension? or is there a code i can copy it? 10x in advance sam | |
i am insatalling apache server and php. i need to download php to apache connector. [B]php4apache2.dll[/B] i goole it but i didnt find it any help guys sam | |
hey all i have a database containing many tables, 2 of the tables are same in attributes numbers and names but differs in tables names. one is titled [B]livecases [/B] and other is titled [B]archivecases[/B]. the two tables have a forgien key "typeid" from a table "ctype" to declare type … | |
Re: man i dont know ur answer coz i didnt start programming in php i have a problem in installing apache server, can u help me and tell me from where u install it? i installed wamp 1.6.1, mysql database is working but apache server isnt working thanks in advance sam | |
Re: man i dont know how to stop the back button in ie. but u can prevent the user from going back by using the <meta> expires. [B]<meta http-equiv= "expires" content = "dd-mmm-yyyy time">[/B] the date should be old so when the user click next, the pages directly will be expires … | |
i installed wamp server 1.6.1 only 1 service was installed ("mysql") the apache server didnt install and i checked the auto installion during the install what is the problem? sam | |
Re: man i didnt get that, why u use javascript function to validate radio button? u need only to know the selected radio from a group and this is done while submting the form. u make in submit function, condition to know the checked radio and then u take its value … | |
Re: man, my explanation isnt clear, but as i understood and correct me if i am wrong. u r creating checkboxes dynamically, representing floors or flats in certain floor. ur problem is when u create checkbox represneting flats in specific floor and then u want to [B]restore the checkboxes representing the … | |
Re: man do u know anything about programming, ur questions are easy t check the radio button, just use its name with checked method ex: if (radio1.checked) then else end if my advice to u coz u r weak and inorder to get better, u search for answer, google it man … | |
Re: man this is easy and u should do it without anyhelp. here is the code: [B]tx1.Text = ddl1.SelectedItem.Text + ddl2.SelectedItem.Text + ddl3.SelectedItem.Text[/B] sam | |
Re: man why u use request object? u can put the session equals to the religion list directly. session("sdf") = religion_list.selecteditem.text | |
hey all i have a queastion. i used to develop using .net now i want to start developing in php, can i install apache server in my computer and i already have IIS installed? my hd is 2 partitions, i have IIS installed in C partition, can i install apache … | |
Re: hey i think the problem isnt .net u need to check ur ms sql, isn't working well can u connect to ur database from query analayzer. check and tell me | |
I want the administrator of this site to replay to me. this forum u developed from scratch or u used developed one and u updated. i want to develop content management system and u know forums are part of cms. the langauge is asp.net can u help me by links … | |
hey alll i reciceve this error, does anyone knows the solution. [B]Error while trying to run project: Unable to start debugging. Unable to start program 'display some funny characters' The system cannot find the file specified.[/B] thanks in advance | |
hey to u all this is my first thread here and hoping to benefit from it i am entering new domain, building cms i want any links to a free ebooks in building cms with asp.net or php 10x advance | |
Re: hey all first i am web developer not software one, but i had knowledge in algorothem. kellaw i won't write code only i will tell u the algorithgm. i suppose the binary stack is stored in array (A) from left to right. first create 2 arrays (B) and (C) with … | |
Re: man if u want to be web developer u should be familar with doing static web sites, using html, javascript and flash in the next stage u can use server side programming like (Php, Asp.net..) | |
Re: yea that is easy. u can set the height and width of the frameset in pixels or in percentage. |
The End.