Hi Adam,
To avoid the conflicts between different same structured url, we use atleast one static word in the url, like product,categor y etc...
But in your case there is not even a single static word to differentiate the urls.
So better way is to modify the url and adjust it with one static word and the create rewrite rule.
Regards,
Paresh
User Profile
Collapse
-
Hello Nirmal,
You can use
System.Drawing. ColorTranslator .ToHtml
for this.
Paresh...Leave a comment:
-
Hi,
Can you please copy and paste your code for sending key..
That will help me to answer you..
Paresh...Leave a comment:
-
Hello,
In the keydown event of that textbox write down following code
Code:If e.KeyData = Keys.Enter Then SendKeys.Send("{TAB}") End If
Hope this will help you..
Paresh...Leave a comment:
-
Hi Vignesh,
You can write XML of DataSet by using .WriteXml(strin g fileName) method.
First fill the dataset using ADO.NET.. then just write the xml file providing the filename of your xml file to your desired path, it will write xml for that dataset.
Paresh...Leave a comment:
-
Hello Suvana,
Reveiw this article you will realy find it very useful
http://www.codeguru.co m/csharp/.net/net_data/datagrid/print.php/c13041#more
Paresh...Leave a comment:
-
Hi Guy,
Check the string i am pasting here... something was missing, that you will have to find yourself...
Dont't worry I am making it bold, it was silly mistake... :)
Public Const OLEDB_CONNECTIO N_STRING As String = "Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Registry Path=;Jet OLEDB:Database Locking Mode=0;Data Source=" & Application.StartupPath() & "\Chirag.mdb;Je t OLEDB:Engine...Leave a comment:
-
Hi Guy,
It depends on the way you store image in database.
Do you save path of image file or binary contents of image????
Paresh...Leave a comment:
-
Hello,
You can retrieve the particular row of datatable wirh the index of row as datarow.
for e.g.,
dtCust1.Rows[0][0].ToString();
This will return the first element of first row.
You can navigate by adding and substracting the first 0.
Just xpand your logic you will find the way...
Paresh
ds....Leave a comment:
-
Hello Sejal...
Yah i am the same Paresh...
When your page get's reload the value of variable initialize..
To maintain the value of variable, you have to store it in session and when your page get loaded retrieve it from session like below:
if (isset($_SESSIO N['i']))$i=$_SESSION['i'];
Then do your as usual coding...
don't forget to add add session_start() if it is not there... :)...Leave a comment:
-
Can you please tell us about the problem you are facing???
Or you have no idea about the thing...
You can add the control to web form by:
TextBox txt = new TextBox();
this.form1.Cont rols.Add(txt);
You can add custom styles also to the above mentioned txt.
If you are having still problem, kindly contact me at <snipped> with screen shots your application, i will...Leave a comment:
-
Hi Guy,
where is the + sign before and after txt_protocol.te xt and txt_host.text ????
Paresh...Leave a comment:
-
Hi Dear,
Because you are raising the server event, your client side display will be initialize once again....
I have also faced the same problem in past...
The solution is as under..
Just add the runat="server" in your div tag of which you want to hide..
than in your button's click event, you can write
we are assuming that your div's id is divID.
divID.visible=t rue...Leave a comment:
-
Hello Sejal,
First of all i will ask that are you asking it for web application or windows application?
And kindly write about the language in which you are developing, so that user can answer accordingly...
Paresh...Leave a comment:
-
-
Hello,
You can download a good e-book from the link given below:
www.businessobj ects.com/global/pdf/dev_zone/VS2005_Walkthro ughs.pdf
It is realy nice e-book..
Paresh...Leave a comment:
-
Hi Guy,
ColorDialog returns the result as datatype...Syst em.Drawing.Colo r
You can use static method of class
system.Drawing. ColorTranslator
ToHtml, ToOle or ToWin32 as per your requirement..
Hope this will help...
Paresh...Leave a comment:
-
Can you post some part of your code... that would be better to under the problem...
Paresh...Leave a comment:
-
Hi Guy,
No need to put me in that much big category...
Just a simple thanks can work.... :)
Have a nice time..
Paresh...Leave a comment:
-
Hi Guy,
Is this the thing you were looking for,
GridView1.Rows( 0).Cells(1).Tex t
Paresh...Leave a comment:
No activity results to display
Show More
Leave a comment: