Hi, To retrieve images from Database you can check below link http://www.opexsolution.com/forum/viewtopic.php?f=15&t=34[^] Tej Aj, http://www.opexsolution.com/forum[^] Fan Of: http://www.abtstudioz.com/[^]
Tej Aj
Posts
-
when i press row in my datagrid, how to show picture that in database ? -
ASP.net and SAP integrationHi, For Asp.Net and SAP intergration check the below post link http://www.opexsolution.com/2010/09/connect-to-sap-r3-through-asp-net/[^] Tej Aj, http://www.opexsolution.com/[^] Fan of: http://www.abtstudioz.com/[^]
-
Dynamically Add Tabs in Tabcontainer Ajaxtoolkit3.0check this post hope its helpful http://www.dotnetspider.com/forum/271143-Dynamically-adding-tab-panel-tab-container.aspx[^] Tej Aj, http://www.opexsolution.com/forum[^] Fan of: http://www.abtstudioz.com/[^]
-
Theme and Skincheck this post Dynamically applyingthemes[^] Fan of: http://www.abtstudioz.com/[^]
-
Panel ControlHere is the solution to ur problem
function maximizePanel() { var screenHeight = window.screen.availHeight; var screenWidth = window.screen.availWidth; document.getElementById('<% =Panel1.ClientID %>').style.width = screenWidth - 10; document.getElementById('<% =Panel1.ClientID %>').style.height = screenHeight - 10; }
Tej Aj, http://opexsolution.com/forum/ Fan of: http://www.abtstudioz.com/
-
Server Side ValidationU should 1st check if UserName exists in DB if no then return error accordingly. If UserName exists then check for the authenticity of the password for that particular user. U can write a stored proc to check for these conditions Tej Aj, http://opexsolution.com/forum/ Fan of: http://www.abtstudioz.com/
-
Adding assembly to assembly cacheWhich version of .Net r u using Tej Aj, http://opexsolution.com/forum/ Fan of: http://www.abtstudioz.com/
-
sum of work hours in rdlcCheck this latest post for ur issue: http://opexsolution.com/forum/viewtopic.php?f=15&t=82[^] Fan of: http://www.abtstudioz.com/[^]
-
rdlc page breakCheck this post http://opexsolution.com/forum/viewtopic.php?f=15&t=80&p=230#p230[^] Fan of: http://www.abtstudioz.com/[^]
-
validation for datescheck this post to Initialize current date in textbox Tej Aj, Initialize current date in textbox[^] Fan of: http://www.abtstudioz.com/[^]
-
query stringcheck this post Tej Aj, http://opexsolution.com/forum/viewtopic.php?f=15&t=71[^] Fan of: http://www.abtstudioz.com/[^]
-
Title of the WIndow Using Javascript in Code BehindYou can add titlebar=yes, so it will add titlebar to the window.
HelpBtn.Attributes.Add("onclick", "window.open('" + helpPath + "','','height=600,width=800,status=yes,left=125,top=20,toolbar=no,menubar=no,scrollbars=yes,location=center,resizable=yes,titlebar=yes'); return false");
Tej Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]
-
query stringCheck this post to encode & decode querystring Encode & Decode Querystring[^] Fan of: http://www.abtstudioz.com/[^]
-
web applicationcheck this post to understand 3 tier with example: 3 tier with example[^] Fan of: http://www.abtstudioz.com/[^]
-
datagridviewIf ur query returns multiple tables then use
datagridview1.DataSource = ds.Tables[0];
or
datagridview1.DataSource = ds;
datagridview1.DataMember = ds.Tables[0];Tej Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]
-
ajax toolI don't knw abt javascript but u can set calendarextendar1.Enabled = false in code behind wherever required. Tej Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]
-
Hide ASP.Net Web User Control (.ascx) using Javascript/Code BehindIf u have registered the user control on the page, then try this code on Tab index change event of Tab container B
UserControlID.Visible = true;
Let me know if it works. Tej Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]
modified on Tuesday, July 20, 2010 2:39 AM
-
User ControlCan u Plz explain ur issue or post some code in which u are facing issue. Teja Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]
-
Page level error in ASP.NETU just need to modify Page_Error()
public void Page_Error(object sender, EventArgs e)
{
Response.Write("Error occured...");
Server.ClearError();
}Teja Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]
-
summary classes for gridviewinheritance would be better http://www.opexsolution.com/forum/[^]