just check this post http://www.sehajpal.com/blog[^]
Ashish Sehajpal
just check this post http://www.sehajpal.com/blog[^]
Ashish Sehajpal
hi, i think you are asking about building & releasing your code (so called user developed projects. right?) if you are doing so in web application, then obviously this is not the place to ask. however, you can do:- 1. right click on the project 2. chose Publish 3. browse the location where to publish the project (even FTP, HTTP) 4. check/uncheck the options if required so. (use progressive build) 5. Publish it you are done. Ask any clarifications :)
Ashish Sehajpal
can anyone help me out? i am getting this weired message when trying to execute my state machine Workflow.. i am not getting anywhere. the type initializer for 'system.workflow.activities.workflowactivitytrace' threw an exception any help will be appreciated.
Ashish Sehajpal
using AJAX dowsn't mean that anyone can change the architecture of web application.... even in AJAX postbacks occur ! but they are not visible to user .... and every postback will affect the server side controls and variables only.... how come you are supposed to update value of javascript variable to be changed ? use SESSION variables instead ... :zzz:
Ashish Sehajpal
hi, can anyone help me out with API for using inter switch payment gateway ? i am unable to find out the method to POST data to their server in asp.net.. Regards,
Ashish Sehajpal
right said... using C# with ASP.net makes it more productive and real coool..
Ashish Sehajpal
while( $row['id'] = ($id + 1)){
don't you think that you are using ASSIGNMENT operator instead of EQUALITY COMPARISON operator i.e. = instead of ==
Ashish Sehajpal
seems u don't have proper permissions to that IP...contact administrator about that....
Ashish Sehajpal
have u tried html encoding?
Ashish Sehajpal
?? do you think this can solve the purpose ?
Ashish Sehajpal
that is the problem with everyone.... browsers do show pages from their cache.... one need to make it sure that browser is set to check updates of webpages on every visit.... only the it brings newer versions of pages on every time
Ashish Sehajpal
use ControlChars.quote function to put quotes in string.. e.g. strJavaScript="<div id=" + Controlchars.quote() + " divid" + Controlchars.quote() +" />"; cheers !
Ashish Sehajpal
r u using any classes in between i.e. BLL / DAL etc...? this is the only issue with such kind of problems.. other chances may be that somewhere any dynamic class code i sgetting changes...means your are creating some compilable code dyamically... third, may be there is some event which is resetting your session.. {ptu some code in global.asax file for catching session event}
Ashish Sehajpal
<a href="http://www.codeproject.com/KB/database/MySQLCsharp.aspx">http://www.codeproject.com/KB/database/MySQLCsharp.aspx</a>[<a href="http://www.codeproject.com/KB/database/MySQLCsharp.aspx" target="_blank" title="New Window">^</a>] got the answer..... !
Ashish Sehajpal
http://www.codeproject.com/KB/database/MySQLCsharp.aspx[^] got the answer..... !
Ashish Sehajpal
i am not able to connect to a MySQL database. i am using this connectionstring "Driver={MySQL};SERVER=myserver; DATABASE=newdatabase;USER=root;PASSWORD=nvish;option=3;" is there anything special i need to get installed i.e. any connecter / driver or need to include any namespace ?
Ashish Sehajpal
i am not able to connect to a MySQL database. i am using this connectionstring "Driver={MySQL};SERVER=myserver; DATABASE=newdatabase;USER=root;PASSWORD=nvish;option=3;" is there anything special i need to get installed i.e. any connecter / driver or need to include any namespace ?
Ashish Sehajpal
you need to specify the IP adress/ live URl of database server (even the port number if it is on shared hosting)
Ashish Sehajpal
u r using ajaxenabled website ? if yes then try tagmapping....
Ashish Sehajpal
basic rule of web service development is that they are meant to bypass any firewall as they use to get tranferred via port 80.... this is not the exact issue...my be some conflic is occuring on ur client's machine
Ashish Sehajpal