Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~13.6K People Reached
Favorite Tags

53 Posted Topics

Member Avatar for web developer

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 …

Member Avatar for bilal talal
0
215
Member Avatar for Village Idiot

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

Member Avatar for cristine.y07
0
226
Member Avatar for muthu

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.

Member Avatar for plusplus
0
271
Member Avatar for rcasinillo_s

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 …

Member Avatar for metalix
0
4K
Member Avatar for Naters_uk

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 …

Member Avatar for mfaisalhayat
0
181
Member Avatar for web_developer

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. …

Member Avatar for Castle01
0
115
Member Avatar for web_developer

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 …

Member Avatar for Hsus
0
949
Member Avatar for web_developer

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 …

Member Avatar for tarim
0
91
Member Avatar for web_developer

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

Member Avatar for lukabrol
0
76
Member Avatar for web_developer

Guys Does any one read about include a SMS GatWay through asp.net site. any help will be great. SAM

Member Avatar for ivobrett
0
662
Member Avatar for web_developer

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 …

Member Avatar for sedgey
0
94
Member Avatar for nephros

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

Member Avatar for nephros
0
151
Member Avatar for Phoenix777

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

Member Avatar for web_developer
0
501
Member Avatar for rgambhir

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 …

Member Avatar for web_developer
0
1K
Member Avatar for web_developer

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

Member Avatar for fahiem
0
120
Member Avatar for web_developer

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 …

0
53
Member Avatar for web_developer

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 …

Member Avatar for web_developer
0
68
Member Avatar for Dhruv Shah

search abt security in asp.net and specially [search]<authentication mode="Forms">[/search] this is the answer of ur problem. sam

Member Avatar for web_developer
0
58
Member Avatar for Dhruv Shah

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, …

Member Avatar for web_developer
0
100
Member Avatar for Dhruv Shah

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

Member Avatar for web_developer
0
183
Member Avatar for bagi

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] '" & …

Member Avatar for Blah Blah
0
156
Member Avatar for postmaster

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 …

Member Avatar for postmaster
0
138
Member Avatar for web_developer

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

0
53
Member Avatar for cpopham

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_ …

Member Avatar for nunnakk
0
202
Member Avatar for web_developer

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 …

Member Avatar for web_developer
0
134
Member Avatar for web_developer

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 …

Member Avatar for campkev
0
136
Member Avatar for vaisakh

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

Member Avatar for BlazingWolf
0
153
Member Avatar for -EMAN-

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

Member Avatar for web developer
0
86
Member Avatar for web_developer

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 …

Member Avatar for web_developer
0
83
Member Avatar for web_developer

guys i have problem in saving a report after i put some colors and formats, i am using MS SQL. The attribute is saved but when i want to see it, there is nothing the report attribute contains nothing while the report id contains number. what is the code i …

0
62
Member Avatar for web_developer

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

Member Avatar for web_developer
0
52
Member Avatar for web_developer

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

Member Avatar for DanceInstructor
0
61
Member Avatar for web_developer

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 …

Member Avatar for web_developer
0
109
Member Avatar for Viji
Re: Help

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

Member Avatar for neilem
0
143
Member Avatar for muthu

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 …

Member Avatar for muthu
0
100
Member Avatar for web_developer

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

Member Avatar for web_developer
0
64
Member Avatar for vaisakh

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 …

Member Avatar for web_developer
0
69
Member Avatar for ramareddy_dotne

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 …

Member Avatar for SergioGP
0
128
Member Avatar for vaisakh

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 …

Member Avatar for vaisakh
0
80
Member Avatar for johannesselhofe
Member Avatar for johannesselhofe
0
67
Member Avatar for vaisakh

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

Member Avatar for web_developer
0
95
Member Avatar for vaisakh

man why u use request object? u can put the session equals to the religion list directly. session("sdf") = religion_list.selecteditem.text

Member Avatar for web_developer
0
136
Member Avatar for web_developer

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 …

Member Avatar for web_developer
0
120
Member Avatar for kamila

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

Member Avatar for web_developer
0
111
Member Avatar for web_developer

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 …

Member Avatar for web_developer
0
131
Member Avatar for web_developer

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

Member Avatar for web_developer
0
65
Member Avatar for web_developer

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

Member Avatar for web_developer
0
86
Member Avatar for Kellaw

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 …

Member Avatar for web_developer
0
853
Member Avatar for bbb777b7

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..)

Member Avatar for bbb777b7
0
191
Member Avatar for alfagirl25

yea that is easy. u can set the height and width of the frameset in pixels or in percentage.

Member Avatar for alfagirl25
0
95

The End.