User Profile
Collapse
-
How to create an editable datagrid in php
I want to show data in datagrid like asp.net. Which display data with edit and delete button and it also contains the pagewise details -
agarwalsunitadhn replied to How to remove the error Fatal error: Maximum execution time of 30 seconds exceeded inin PHPthanks Markus. It will take time but really works -
agarwalsunitadhn started a topic How to remove the error Fatal error: Maximum execution time of 30 seconds exceeded inin PHPHow to remove the error Fatal error: Maximum execution time of 30 seconds exceeded in
Hi
I have a problem that whenever i fetch a large amount of data from database then it shows the following error with a part of result:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\fps \report7.php on line 95.
and refreshing that page . we got the complete data.
If you have any suggestion that how to fetch complete data at a time then please ..
thanks -
How to insert data in PHP without the extra character 'Â'
I am developing a web application using PHP and Mysql. whenever i insert the data in database every string containg an extra character  at start. like if i have to insert 'ABC' then it will insert ' ABC'.
I donot understand why this problem occurs. IF you have any solution then please suggest.
Thanks -
-
connect with postgreSQL
I am developing application using php and mysql through wamp server. but due to some requrement i shall have to use potgreSQL instead of mysql.
I dont know how to configure the wamp server to do this. Please tell me how to access potgreSQL through php using wamp server -
I am not using any item template in this grid because grid are binded as per condition from different tables and having different fields.that's why i am not able to make a particular field read only.
please help...Leave a comment:
-
but how to do this at runtime.please view my code at once then tell how to make the cell uneditable...Leave a comment:
-
how to make GridView column read only
I am using Gridview and on that data is binded conditionally.t he problem is that at the time of editing whole row of the grid is in editable mode and i want only few of the columns editable. my code is as follows
Code:Private Sub LoadGrid() Select Case (Session("sid").ToString()) Case "d" constr = "select dc ,dnh,dn from dst order by dc"
-
edit gridview without using SqlDataSource
I am creating gridview using connectionstrin g. i am passing different queries to bind grid as per condition. Now the problem I am facing on editing the grid. I am not able to use boundfield or template field because data coming from different table as per condition and number of field are also different.
I can edit the data with the following code:
Code:Public Sub GridView1_RowEditing(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewEditEventArgs)
-
Fetch Data from datagrid and store them in form
I have a problem at the time of updating the datagrid. I want that at the time of update data is shown in form instead of datagrid.
Code:Public Sub GridView1_RowEditing(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewEditEventArgs) Handles GridView1.RowEditing GridView1.EditIndex = e.NewEditIndex Call LoadItems2() 'binding data to grid Dim id As Label = GridView1.Rows(e.NewEditIndex).Cells(1).FindControl("id".ToString())
-
display image from mysql stored in blob format
hi
i am first time using blob files .When i use the blob file to diaplay data it is shown in binary format and i want to diplay that in image format.i am using the following code to extract image and show it.
Code:<?php $mysql=mysql_connect("localhost", "root", ""); mysql_select_db("skm") or die(mysql_error()); $sql = "SELECT emp_code,emp_mail,emp_picture
-
how to send sms through asp.net
Hello everybody
I have to send sms to some people on a button click.Do u give me code for the same.
Sunita -
about vss
Hi
I want to know about the vss file and whats the use of it.
Thanks -
agarwalsunitadhn started a topic How to increment more than one or to some othe rnumber with Oracle for loopin OracleHow to increment more than one or to some othe rnumber with Oracle for loop
Hello
I have some problem in for loop. actually i want to write some procedures based on oracle and i have to increment 5 for each loop. i want to know is it possible to change the default increment 1 to any other.
If yes then please give me suggestion that how can i do so
Thanks -
agarwalsunitadhn started a topic convert text file to resource file and extract values from resource filesin .NETconvert text file to resource file and extract values from resource files
Hi
I am developing an application in which i need to convert a text file into a resource file and then serach different resources from the resource file.
I want to know how to create the resource file and how shall i extract the value from resource file.
Please help its urgent -
hi
Thanks.i change sthe datatype to image bt how can i insert the image and sound files to sql....Leave a comment:
-
whats the dataytype we should use to store multimedia file
Hi
I want to know that what datatype of sql server supports the multimedia files. Here i m using mp3,mpgav and images and i want to store that one in sql server so that i can further access that one
my frontend is ASP.Net -
agarwalsunitadhn started a topic got the error:provider: Named Pipes Provider, error: 40 - Could not open a connectionin .NETgot the error:provider: Named Pipes Provider, error: 40 - Could not open a connection
hello
I m wrking in ASP.net and my backend was oracle bt when i am establishing a cncn it gives me the following error:
provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server
Please provide me the guideline tht how can i remove this error
No activity results to display
Show More
Leave a comment: