|
Hi Is there a way to hide the parameters passed when using response.redirect? ie instead of displaying : www.codeproject.com/script/Forums/Edit.aspx?fid=12076&floc=/script/Forums/View.aspx
something like:www.codeproject.com/script/Forums/Edit.aspx
I can use sessions but if the data is too large what can be done?? plz help
|
|
|
|
|
|
You can use cookies as well, but Cookies is not a reliable source to store data across requests as client has complete control on them.
Regards,
Cybernate
|
|
|
|
|
hi
how to use fck editor in asp.net?
please explain in detail with code
regards,
bill
|
|
|
|
|
Place a 'u' between the 'f' and the 'c' and then google it. Tons of results.
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
|
|
|
|
|
|
I had created a stored procedure. Now i need to alter the procedure coding. How it is possible without drop the procedure?
|
|
|
|
|
Have you tried changing create procedure to alter procedure ?
People say it helps... 
|
|
|
|
|
|
Please suggest me whether default login control is best to use in production?
Ramkumar(ramkumarishere.blogspot.com)
|
|
|
|
|
definitely
TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKSQXUFYK[M`UKs*$GwU#(QDXBER@CBN%
Rs0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-iTV.C\y<pjxsg-b$f4ia>
--------------------------------------------------------
128 bit encrypted signature, crack if you can
|
|
|
|
|
Hi, this s my first project for database operations using procedures.
I created a sample table and executed successfully the procedure.
create procedure ins_sam
@roll varchar(10),@nam varchar(10)
as
insert into sample values(@roll,@nam)
In Dotnet, I wrote the coding as this.
try
{
con.Open();
com = new SqlCommand(ins_sam, con);
com.CommandType=CommandType.StoredProcedure;
com.Parameters.Add("@roll", TextBox1.Text);
com.Parameters.Add("@nam", TextBox2.Text);
com.ExecuteNonQuery();
Response.Write("added");
con.Close();
}
catch (Exception ex)
{
Response.Write(ex.Message);
}
I got this error.
The name 'ins_sam' does not exist in the current context
Can anyone correct it?
|
|
|
|
|
Karthick_gc wrote: com = new SqlCommand(ins_sam, con);
Putting ins_sam within double quote should solve your problem.
com = new SqlCommand("ins_sam", con);
|
|
|
|
|
|
hi,
i want to fetch 25000 records from a excel sheet and store it in sql server 2000.
please give me a soln on that...
|
|
|
|
|
Read the data, then insert it into your SQL database. Which part are you confused about ( seriously, do you want us to give you all the code, have you tried anything your self, did you try google,. etc )
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
Hi,
By using export/import tasks option of database,you can directly upload any number of rows from excel sheet to the particular table,
when you are uploading you have to set some properties like source,destination and destination table and match the table columns with excel sheet columns 
|
|
|
|
|
hi all,
i have a master page in my project on that page have a java script menu.
now i want to add another java script menu on page but while having master page i can't add a menu.
so plz give me some solution...
abhi_kulkarni44@rediffmail.com
|
|
|
|
|
You're not using ASP, you're using ASP.NET. You can add any javascript you want to your page. The issue is you have no idea what you're doing. Until you post code and describe your problem, neither do we.
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
when i am inserting data from access to ms sql server table
|
|
|
|
|
Your SQL has an error, and you are a moron. We can't say more, based on what you've told us ( that you think we can fix your code without seeing it, is what makes you a moron )
Christian Graus
Driven to the arms of OSX by Vista.
|
|
|
|
|
hi all,
i have code that i believe built in delphi as follows :
xml_string:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<upload_item xmlns="http://tempuri.org/">
<batch>int</batch>
<customer_id>string</customer_id>
<customer>string</customer>
<city>string</city>
<location>string</location>
<lot_no>string</lot_no>
<net>double</net>
<co_no>string</co_no>
<ln>string</ln>
<item_no>string</item_no>
<del_date>string</del_date>
<do_no>string</do_no>
</upload_item>
</soap:Body>
</soap:Envelope>
XMLHTTPRequest1.open('POST','http://localhost/tmsws/service.asmx?op=upload_item',false);
XMLHTTPRequest1.setRequestHeader('Content-Type','text/xml; charset=utf-8');
XMLHTTPRequest1.Send(xml_string);
XMLResult := XMLHTTPRequest1.responseText;
how can i do it in asp.net?
thanks and regards,
edi
gain new knowledge through knowledge-sharing
|
|
|
|
|
You can use WebRequest class to do the same at server end.
Or create a proxy for the web service using the wsdl tool provided by .Net to achieve Stong type safety
Regards,
Cybernate
|
|
|
|
|
hi Cybernate,
thanks for your reply. but i really new in this field and just a little of web programming. could you give me link where i have to go, meanwhile i am trying to googling. shall i create a webservice to consume it webservice since the target webservice provided by another party, or just create web page to consume the webservice?
thanks and regards,
edi
gain new knowledge through knowledge-sharing
|
|
|
|
|
Hello all. I am using a laptop that is running Windows XP Professional. The other day, a breaker in my house kept constantly tripping. It was the breaker that my laptop was plugged into. My computer shut down, and when I booted, I got an error that a file in C:\WINDOWS\System32\config was corrupt. I was able to use the XP CD to replace the corrupt file, but now I have some serious issues. Aside from the absence of all of my SQL Server servers (SQLExpress, other named instances), I cannot open or create any ASP.NET Websites that rely on IIS. When I open the MMC for IIS, there is nothing there. I do not know what to do. I have tried:
- Rebooting the machine (several times)
- Running aspnet_regiis -i from the VS cmd in the v2.0.50727 dir
- Running 'regedit.exe add HKLM\system\... to add a variable (this was recommended in another forum that I read)
- Running DCOMCNFG and placing a tick in the use internet services box
Since I cannot do a system restore that restores beyond the time that I repaired the system originally, I do not know what to do! Please help. I need IIS to work for my ASP.NET development.
"If you don't know where you're going, you'll probably end up somewhere else." Yogi Berra
|
|
|
|