Search Results

Showing results 1 to 40 of 84
Search took 0.01 seconds.
Search: Posts Made By: web_developer
Forum: ASP.NET Mar 11th, 2007
Replies: 2
Views: 3,615
Posted By 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...
Forum: ASP.NET Jan 14th, 2007
Replies: 1
Views: 2,223
Posted By web_developer
Hey guys

i make hosting on a company. When i am opening my application i am recieveing the following error:

Security Exception
Description: The application attempted to perform an operation...
Forum: ASP.NET Dec 17th, 2006
Replies: 4
Views: 2,088
Posted By web_developer
dude

no need to get upset by my advice to you.

thats my opnion. wht i want to tell u is that u need to google abt how to transform to xml.

u have write:
Maybe there are some useful...
Forum: ASP.NET Dec 17th, 2006
Replies: 7
Views: 10,890
Posted By web_developer
dude u need to create OdbcConnection.

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.
...
Forum: ASP.NET Dec 17th, 2006
Replies: 4
Views: 2,088
Posted By web_developer
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...
Forum: ASP.NET Dec 16th, 2006
Replies: 4
Views: 15,485
Posted By web_developer
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" onclick="location.href='linux1-sample.pdf'">...
Forum: ASP.NET Dec 16th, 2006
Replies: 4
Views: 6,838
Posted By web_developer
ok dude

what i did is i have a function return dataset (ds) inside a data access layer.

now in the code behind as i write above i make the login condition for the number of the rows in the...
Forum: ASP.NET Dec 14th, 2006
Replies: 4
Views: 6,838
Posted By web_developer
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...
Forum: ASP.NET Dec 14th, 2006
Replies: 11
Views: 8,696
Posted By web_developer
dude

i fixed this problem by including a calendar javascript.

u have to add item template in the datagrid then add the calender. if u click on the calender it will set the value in a textbox. ...
Forum: ASP.NET Dec 2nd, 2006
Replies: 2
Views: 1,104
Posted By 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
Forum: ASP.NET Nov 23rd, 2006
Replies: 11
Views: 8,696
Posted By 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...
Forum: ASP.NET Nov 22nd, 2006
Replies: 0
Views: 1,819
Posted By 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...
Forum: ASP.NET Nov 20th, 2006
Replies: 4
Views: 4,723
Posted By web_developer
guys i read abt the above topic and found differet ways to send sms

the best one is through MSXML object.
it allows u to send sms, mms, flashes and u can use unicode to send non english sms.

i...
Forum: ASP.NET Nov 20th, 2006
Replies: 1
Views: 3,709
Posted By web_developer
guys i found the answers

u need to setup the setup.exe in any place in the server and then the .net framework assembly will be updated with the new dlls.

i try it.
the importance is entering...
Forum: ASP.NET Nov 20th, 2006
Replies: 1
Views: 1,189
Posted By web_developer
search abt security in asp.net and specially

<authentication mode="Forms">

this is the answer of ur problem.

sam
Forum: ASP.NET Nov 15th, 2006
Replies: 1
Views: 3,709
Posted By 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...
Forum: ASP.NET Nov 14th, 2006
Replies: 1
Views: 4,813
Posted By web_developer
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...
Forum: ASP.NET Nov 12th, 2006
Replies: 4
Views: 4,723
Posted By web_developer
Guys

Does any one read about include a SMS GatWay through asp.net site.

any help will be great.

SAM
Forum: ASP.NET Oct 31st, 2006
Replies: 3
Views: 2,008
Posted By web_developer
dude

ofcourse the mail will reach the bulk mail because ur server isnt known to the server u r sending the mail.

u can do the thing to make the mail goes directly to the inbox but i dont know...
Forum: ASP.NET Oct 30th, 2006
Replies: 3
Views: 2,008
Posted By web_developer
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
Forum: ASP.NET Aug 23rd, 2006
Replies: 3
Views: 11,336
Posted By web_developer
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...
Forum: ASP.NET Aug 23rd, 2006
Replies: 0
Views: 1,270
Posted By 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?
Forum: ASP.NET May 18th, 2006
Replies: 2
Views: 5,991
Posted By web_developer
yes i am using asp.net and vb.net as code.

as i said before, i want only to retrive in my crystal report, the text of the report column, not with the bold, colored or any additional code.

ex:...
Forum: ASP.NET May 17th, 2006
Replies: 2
Views: 5,991
Posted By 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, like the toolbar...
Forum: ASP.NET May 11th, 2006
Replies: 2
Views: 3,878
Posted By web_developer
tgreer, thanks dude

u were right, i changed the folder and i managed to export the file.
thanks again

sam
Forum: ASP.NET May 10th, 2006
Replies: 2
Views: 3,878
Posted By 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...
Forum: ASP.NET May 8th, 2006
Replies: 1
Views: 3,417
Posted By 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
Forum: MS SQL Apr 16th, 2006
Replies: 1
Views: 1,708
Posted By 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...
Forum: ASP.NET Apr 16th, 2006
Replies: 3
Views: 2,635
Posted By web_developer
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
Forum: PHP Apr 15th, 2006
Replies: 19
Views: 73,449
Posted By web_developer
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...
Forum: HTML and CSS Apr 11th, 2006
Replies: 3
Views: 1,063
Posted By web_developer
thanks man,
in the html editor u can play with the font, color, like the one found here when u post ur replay.

i didnt understand wht u mean by harvesting the code.
Forum: MS SQL Apr 10th, 2006
Replies: 0
Views: 1,047
Posted By 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...
Forum: HTML and CSS Apr 10th, 2006
Replies: 3
Views: 1,063
Posted By web_developer
guys i download the code for html editor and its working.
now i am having a new problem when i want to save a report after i put some colors and formats. it is saved but when i want to see it, the...
Forum: ASP.NET Apr 10th, 2006
Replies: 1
Views: 1,202
Posted By web_developer
guys i download the code for html editor and its working.
now i am having a new problem when i want to save a report after i put some colors and formats. it is saved but when i want to see it, the...
Forum: ASP.NET Apr 10th, 2006
Replies: 1
Views: 1,202
Posted By 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
Forum: HTML and CSS Apr 10th, 2006
Replies: 3
Views: 1,063
Posted By 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...
Forum: PHP Apr 6th, 2006
Replies: 1
Views: 3,916
Posted By web_developer
i am insatalling apache server and php.
i need to download php to apache connector.
php4apache2.dll

i goole it but i didnt find it
any help guys

sam
Forum: ASP.NET Apr 5th, 2006
Replies: 2
Views: 1,113
Posted By web_developer
thanks man
ur replay help me to find the answer
the problem was i must put the attributes in the 2 tables in same order.

sam
Forum: ASP.NET Apr 5th, 2006
Replies: 5
Views: 1,691
Posted By web_developer
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
Forum: ASP.NET Apr 4th, 2006
Replies: 2
Views: 1,113
Posted By 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 livecases and other is titled...
Showing results 1 to 40 of 84

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC